Home › Forums › Aside WordPress Theme › How do I take out the white block under the text description?
- This topic has 10 replies, 3 voices, and was last updated 11 years, 10 months ago by
Johnny.
-
AuthorPosts
-
August 7, 2014 at 10:09 pm #4082
dennismercado
ParticipantHello I need help taking out the white box under the description on my website, please help. I have attached a picture to show you what I am talking about.
August 7, 2014 at 11:57 pm #4086Johnny
ParticipantHi, paste your page url here please, I will check it later,
Thank youAugust 8, 2014 at 12:15 am #4087STrajkovski
ParticipantI would also like to know the answer to this. The text is part of the Full Screen Post Slider for a portfolio page template. I’d like to know how to alter the look of the box (the colour, font, etc).
Thanks!
August 8, 2014 at 12:25 am #4088dennismercado
Participanthttp://www.projectvimera.com is my site.
August 8, 2014 at 10:24 am #4091Johnny
ParticipantHi, please open file styles/theme-style.php and find class .galleria-info and .galleria-info-text then update their css to what you want.
Thank youAugust 8, 2014 at 10:28 pm #4095dennismercado
ParticipantSorry but pretty new at this, so which exact line do I change to remove the white box?
August 8, 2014 at 11:30 pm #4096Johnny
ParticipantHi, please try this: open file style.css and find line 914,
.galleria-info-text { padding: 0 20px; }update it to:
.galleria-info-text { padding: 0 20px; display: none; }Best
August 9, 2014 at 7:58 pm #4107dennismercado
ParticipantI changed, it but still there
August 10, 2014 at 1:24 am #4109Johnny
ParticipantHi, please try add below to file style.css at the bottom:
.galleria-image-nav{display:none}
BestAugust 11, 2014 at 6:10 am #4139dennismercado
Participantthank you so much!!!! is there a way to leave the arrows there still or no?
August 11, 2014 at 12:25 pm #4140Johnny
ParticipantHi, try this please: chancel previouse post script, and add this:
.galleria-image-nav-left, .galleria-image-nav-right{opacity: 0.4;color:#fff;}
Best -
AuthorPosts
- You must be logged in to reply to this topic.
