Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #862691

    highlandadventures
    Participant

    hi…what is the css to control the color of the icons shown at the botton of the page for phone, email and address…right now green. please see page: http://kb.machupicchu.com/…also…css for size.

    thanks.

    #863371

    Friech
    Moderator

    Hi There,

    Thanks for writing in! Every feature list item have the option to change the Graphic Color & Background Color.


    screenshot

    Graphic Size is on the feature list element general setting.

    Hope it helps, Cheers!

    #863951

    highlandadventures
    Participant

    Hi…thanks for the info…i need to know the CSS to change the color of the icon for many pages from a central place. thanks.

    #864424

    Christopher
    Moderator

    Hi there,

    Please add the following code in Customize -> Custom -> CSS :

    .x-feature-box-graphic-inner.circle i {
        background-color: red !important;
        color: black !important;
    }

    Hope that helps.