Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #162400

    hi, i have worked out how to change the icon (ie the heart) in the grey circle, but how do you change the grey circle surrounding the icon?

    http://www.shireschiropracticclinic.co.uk/mission-statement/

    Is there a bit of code to just change it on this one page?

    #162402

    Hi,

    Please add following code to Quick CSS in Enfold theme options under Styling
    .main_color .avia-icon-list .iconlist_icon { background-color: red!important; }

    Regards,
    Yigit

    • This reply was modified 10 years, 10 months ago by Yigit.
    #162415

    awesome, thank you.

    and how do i single out the colour of the price boxes?
    http://www.shireschiropracticclinic.co.uk/fees/

    or is it easier to make the links on this page (ie all the questions at the start) a different colour from the rest of the Theme Options??

    #162420

    Hi,

    You would like to change the background color of pricing tables, right? If so, please add following code to Quick CSS
    .main_color .pricing-table li.avia-heading-row { background-color: red; border-color: blue; }
    .main_color .pricing-table li.avia-pricing-row { background-color: yellow; border-color: blue; }

    First one is for heading row and second one is for content section

    Regards,
    Yigit

    #162430

    thanks for that, the background of the heading of the Pricing box didnt change…

    http://www.shireschiropracticclinic.co.uk/fees/

    #162432

    Hi,

    Can you try adding !important to force it?
    .main_color .pricing-table li.avia-heading-row { background-color: red!important; border-color: blue!important; }

    Regards,
    Yigit

    #162433

    I’ve had this problem and tried to do the same thing. Add the code to Appearance > Edit CSS in the WordPress Admin Panel.

    #162438

    Nope, adding important didnt work.

    So, appearance, then editor?

    #162441

    Hi,

    You should not add any code to style.css but you should use Custom.css file instead. Located in Enfold > Css folder

    Regards,
    Yigit

    #162443

    oh ok, so should i try adding it to that instead? at the bottom of the file?

    #162447

    Hi,

    You can add right under following line in Custom.css file
    /* General Custom CSS */

    Regards,
    Yigit

    #162449

    perfect, thank you both for the help, spot on!!

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Icon background’ is closed to new replies.