Slider background color

Discussion in 'Harrington- A WordPress Business Theme.' started by irissalmins1, Jan 28, 2016.

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

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    On the slider where the small text box is on the top left, I need the background to be red with bold white text. In the text areas under the three circle images, I need the text to be justified rather than centered.

    Thank you for your time,

    Iris Salmins
     
  2. priya

    priya Guest

    Hello Iris,

    Greetings from InkThemes!

    Regarding your first requirement, i.e. small text box is on the top left, I need the background to be red with bold white text

    For this, you just need to paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .sy-caption-wrap .sy-caption {
        background-color: red;
    }
    .sy-caption-wrap .sy-caption h1 {
        font-weight: bolder;
    }
    And for the requirement #2, i.e. I need the text to be justified rather than centered.

    Code is given below for this..
    Code:
    .feature_inner_box {
        text-align: justify;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    Thank you soooo much! I really appreciate it!
    Have a great evening,
    Iris Salmin
     
  4. priya

    priya Guest

    You're welcome..:)

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page