Custom Colours for banners and buttons

Discussion in 'Poloray WordPress Theme' started by mischelle, Jan 6, 2015.

Thread Status:
Not open for further replies.
  1. mischelle

    mischelle New Member

    Joined:
    Jan 7, 2013
    Messages:
    11
    Likes Received:
    0
    Hi,

    I am fairly new to WordPress and wanted to change the banner and button colour for the Red to better match our logo.

    http://www.rlvictoria.com.au/

    I have tried adding code to the Custom CSS section of the theme options, but I think I must be putting the wrong code in. I just need the correct code so I can insert our colour code.

    Please help me :)
    thanks
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi mischelle,

    Please paste the code given below in custom css.
    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    Code:
    .contentbtn {
    background: #000000;
    }
    .slider_container {
    background: #000000;
    }
    Note: you can change color according to your need.

    Thanks
    Praveen
     
  3. mischelle

    mischelle New Member

    Joined:
    Jan 7, 2013
    Messages:
    11
    Likes Received:
    0
    Thank you so much Pravee, that was a quick reply and very easy. Cheers. :)
     
Thread Status:
Not open for further replies.

Share This Page