Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #250121

    I created a color section and set the Color Section to “Alternative Content”. Then I inserted an Icon box inside the color section.

    I noticed that the background color of the Icon box wasn’t matching what I set in the Styling settings for Alternative Content > Alternative Content Background Color. So I played around with it a little and found that the background color is still linked to and changes according to the Main Content > Alternative Background Color.

    Am I doing something wrong?

    Also, I noticed that with both the Main Content and Alternative Content, it is impossible to change the Icon box border color. It doesn’t change with the settings.

    #251180

    Hi tbrim20!

    Thank you for using the theme!

    The icon box element background is set to transparent. You can change the background and add border on the iconbox using this on Quick CSS or custom.css:

    #top .iconbox {
    background: red;
    padding: 10px;
    border: 1px solid blue;
    }

    Kriesi is working on improving the styling option for each avia elements like iconbox. The coming updates will include an option where you can change and control the style of the individual elements.

    Cheers!
    Ismael

    #251437

    Hi Ismael,

    Thanks for the response and love the idea of individual styling.

    Cheers,

    -Tom

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Alternative Content – Alternative Background Color (Problem)’ is closed to new replies.