Theme Color

Discussion in 'Harrington- A WordPress Business Theme.' started by irissalmins1, Feb 3, 2016.

  1. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    I need the red theme color to be a true red to match the red in the background of the text box at the top left of the slider at www.theexpertappraiser.com.

    Thank you for your time.
    Iris Salmins
     
  2. priya

    priya Guest

    Hello Iris,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header_container {
        border-top: 5px solid red;
    }
    .sy-slides-crop {
        border: 24px solid red;
    }
    .home_heading, .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: red;
    }
    .footer .footer_widget h4 {
        border-bottom: 1px solid red;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page