- This topic has 1 reply, 2 voices, and was last updated 3 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › improving text on home page
Hi. I have this theme: http://sktperfectdemo.com/demos/education/
Here is where I have the them installed: http://codaa.net.s42557.gridserver.com/
I want to add some code to put a colored background behind the TEXT on the sliders on the homepage. How can I do this?
I would want a RED box and then I can change the text to be golden and white.
Thanks!
Gary
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.nivo-caption { background: #dd3333; padding:30px; width:30%;}
.nivo-caption .title { color:#ffd743; margin-bottom:0; max-width:100%;}
.nivo-caption .slidedesc { max-width:100%;}
.nivo-caption .slidebtn a {background-color: #ffd743; color:#000;}
Regards,
Dave
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]