Frame around slider.

Discussion in 'Harrington- A WordPress Business Theme.' started by irissalmins1, Mar 14, 2016.

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

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    At " theexpertappraiser.com " I need the red frame color removed. Can you please give me the css code or other code and where to put it to do that please?

    Thank you for your time,
    Iris Salmins
     
  2. priya

    priya Guest

    Hello Iris,

    Greetings from InkThemes!

    Are you talking about all the red color in your site.....?

    Please let me clear your concerned area so that I can assist you accordingly..

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    Only red colored frame/border around the slider.

    Thanks for your time, Priya.

    Iris
     
  4. priya

    priya Guest

    Hello Iris,

    If you want to remove the red frame completely, you can use below code in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .sy-slides-crop {
        border: none;
    }


    Or, want to change color of frame, for that code is given below
    Code:
    .sy-slides-crop {
        border: 24px solid yellowgreen;
    }
    Change color as per your interest..

    Hope it will resolve your issue

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    Thank you so much, Priya. I really appreciate it!

    Iris Salmins
     
  6. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    I tried putting one code in and it didn't work, then I tried putting the other code in and it didn't work, then I put both in and they didn't work. Then I remembered that I had gotten .sy-slides-crop {
    border: 24px white;
    } and changed it to white.
    I should have known that it was mistake and not yours. I really appreciate all the help that you have given me.
    Iris Salmins
     
  7. priya

    priya Guest

    Thanks for your appreciation Iris...Means a lot..:)

    Just for the confirmation..Have you got your issue resolved..?

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  8. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    Yes it is working. Have a great morning!

    Iris Salmins
     
Thread Status:
Not open for further replies.

Share This Page