improving text on home page

Home Forums All Other Themes improving text on home page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #193481
    Gary GravesGary Graves
    Participant
    • Topics: 1
    • Replies: 0
    • Total: 1
    Member since: February 27, 2022

    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

    #193506
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.