Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #387836

    Hi!

    I would like to change the background- and textcolor of the icon box on only(!) the homepage.
    Exactly like this: http://puu.sh/fbV2p/53a4721ceb.png

    If I change any colors it will change the whole site with it.

    Can you tell me how to do this?

    Thx in advance!

    website in private content

    #388198

    Hey Xander!

    Thank you for using Enfold.

    You can turn on the custom css class field in order to change a specific element on the page. Refer to this link: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Cheers!
    Ismael

    #389058

    Hi Ismael,

    Thanks, tried that but it’s not working. Background-color won’t change unfortunately..
    Can you help me?
    Thx!

    #389447

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .xs-cta .iconbox_content {
    background-color: blue!important;
    color: white!important;
    }

    Cheers!
    Yigit

    #389732

    Thx Yigit,

    Another thing you’ve solved for me! Great job!!
    Now I know how it works with the css.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Icon box background color and text color’ is closed to new replies.