Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24740

    Hey,

    my website contains several COLOR SECTIONS.

    Using Theme Options > Styles I defined different schemes for [Main Content] and [Alternate Content].

    If I create a COLOR SECTION and apply ALTERNATE CONTENT it has no effect on ICON BOXES within this section (eg background color). With Text Blocks it works fine. What is wrong?

    #124571

    Hi,

    You can change them manually on your custom.css or Quick CSS.

    For the icon background

    .iconbox_icon.heading-color.avia-font-entypo-fontello {
    background-color: red;
    }

    For the iconbox title

    .main_color .iconbox_content_title {
    color: red;
    }

    alternate:

    .alternate_color .iconbox_content_title {
    color: blue;
    }

    For the iconbox content

    .main_color .iconbox_content p {
    color: red;
    }

    alternate:

    .alternate_color .iconbox_content p {
    color: blue;
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Styling: Alternate Content has no effect on Icon Boxes in Color Sections’ is closed to new replies.