Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #637054

    Hello see below in private section

    #637090

    Hey Transformers Universe,

    Did you try changing it in the special heading color options? if so it is possible some custom CSS is overwriting the default styles. Please remove all custom CSS in Enfold > General Styling > Quick CSS ort in your child theme’s styles.css and check for the issue. If the issue do not occur add the css styles one block at a time to know which code is causing this issue.

    If you have any question please do not hesitate to get in touch with us.

    Best regards,
    Vinay

    #637125

    This is all i have in custom css, it seems like the ‘main content’ is being applied. The custom colour css in the heading colour optoins is not being set as !important;. That element is a direct duplicate of the one further up the page.

    .valeup {
    color:white!important;
    }
    
    .single-product-main-image {
    width:270px!important;
    }
    #637180

    Hi,

    Enable custom css class name support for advanced layout builder element and add a custom class name “custom_h3” to the special heading so it is easy to target specific elements.

    Then try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    .custom_h3 h3{
    color:#FFF!important;
    }
    

    Best regards,
    Vinay

    #639395

    Sadly i don’t have that option for my Special Heading?

    #639454
    #639468

    Thank you, but why is the custom colour option not working and being ignored?

    #640103

    Hi,

    The style attribute is incorrect. Please post the login details here. We would like to inspect it.

    
    <div style="padding-bottom:5px;color:#ffffff!important;;font-size:30px;" class="av-special-heading av-special-heading-h3 custom-color-heading blockquote modern-quote modern-centered  avia-builder-el-27  avia-builder-el-no-sibling  mdescustomh av-inherit-size">
    <h3 class="av-special-heading-tag" itemprop="headline">We do not believe that this opportunity can be found anywhere else and really is a unique and priceless way to fast track your successful trading journey.</h3>
    <div class="special-heading-border">
    <div class="special-heading-inner-border" style="border-color:#ffffff!important;"></div>
    </div>
    </div>
    

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.