This topic has 1 reply, 2 voices, and was last updated 8 years by sharmstr.

  • Author
  • #82642
     Salle32
    Participant

    Hi,

    I´m setting up a page. I´m trying to style things a little bit different, but not all changes goes thru.

    First there was a problem with a Custom Heading – Got stuck because of: color:inherit !important;

    section.custom-color h1, section.custom-color h2, section.custom-color h3, section.custom-color h4, section.custom-color h5, section.custom-color h6 {
    color: inherit !important;
    }

    So even if I changed in the Backend Editor – the color didn´t change.

    I solved it – But still wondering about this…

    NEXT:

    I´m trying to change things in the Theme Option, especially the bt-see-through.bt-lg – how do I change the font color?

    #82665
     sharmstr
    Moderator

    The color is set to inherit if you set a color in the row settings. If you want different font colors for the row and the custom heading within that row, then overriding it via css like you have is the way to do it.

    I believe the intent of the see through button was to use it on an image background, so the font is set to whatever background color you have set for that section using theme options. You can override that by adding this css to the page.

    COPY CODE
    
    .btn.btn-see-through {
        color: red !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?