Service Box Background colour

Home Forums SKT Black/White Theme Support Service Box Background colour

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6404
    John BlenkhornJohn Blenkhorn
    Member
    • Topics: 9
    • Replies: 15
    • Total: 24
    Member since: April 7, 2015

    Is there a way to make each service box have a different background colour?

    #6407
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    Yes can be done but you need to do a bit of css.

    So this is the code:

     

    [services class=”red” title=”Web” bold=”Design” icon=”http://sktthemesdemo.net/skt-white-pro/wp-content/themes/skt-white-pro/images/icon-web-design.png” link=”#” button_text=”Read More”]Lorem Ipsum is simply dummy text of they printing and typesetting industry.[/services]

    I added class=”red” as you can see. Now kindly go to Appearance>Theme Options>Basic Settings>Custom CSS and type this there:

    .red {
    background-color: red;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.