Delete titles

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Apr 07, 2015 12:39 am
Reply with quote
Report this post
quitar titulo1.jpg
I need to delete titles in module NSP-GK5
Indicated with red arrow
[url]graphictime.co[/url]
Thank You
User avatar
Gold Boarder

GK User
Tue Apr 07, 2015 6:01 am
Reply with quote
Report this post
Hi,
Use:
Code: Select all
.gkNspPM-TitleOverlay > figure > figcaption h3 {font-size:0;}


and if this must be only on home page add "body.gridpage " before :ugeek:
User avatar
Platinum Boarder

GK User
Tue Apr 07, 2015 2:55 pm
Reply with quote
Report this post
Successful, thanks Oscar E
User avatar
Gold Boarder

GK User
Tue Apr 07, 2015 3:03 pm
Reply with quote
Report this post
Within the theme also need to remove the black bar and title.
Marked in red

Thank You
User avatar
Gold Boarder

GK User
Thu Apr 09, 2015 11:06 am
Reply with quote
Report this post
Your solution will only delete titles in home but the content appears on the image a black bar with the title blank, as indicated above, need to remove it, can you help me?

http://graphictime.co
User avatar
Gold Boarder

GK User
Thu Apr 09, 2015 11:00 pm
Reply with quote
Report this post
Code: Select all
.gkNspPM-TitleOverlay .gkImgOverlay {
    background: transparent;
}


and no more shadow after hover
User avatar
Platinum Boarder

GK User
Sat Apr 11, 2015 11:54 am
Reply with quote
Report this post
It has not worked
User avatar
Gold Boarder

GK User
Mon Apr 13, 2015 5:48 pm
Reply with quote
Report this post
Are you sure?
Because under Chrome, FF on HomePage - I don't see dark layer anymore after hover.
User avatar
Platinum Boarder

GK User
Thu Apr 16, 2015 3:00 pm
Reply with quote
Report this post
Sure/ I need to delete this
content appears when you open topic

Thanks.
User avatar
Gold Boarder

GK User
Thu Apr 16, 2015 9:52 pm
Reply with quote
Report this post
Aaaa ..
so you can hide whole label using:
Code: Select all
article header.itemHasImage h1 {  display: none; }

or remove only background bar
Code: Select all
article header.itemHasImage h1 {
    background: transparent; }
User avatar
Platinum Boarder

GK User
Mon Apr 27, 2015 11:50 am
Reply with quote
Report this post
Fixed, thanks
User avatar
Gold Boarder


cron