Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #336133

    Hi Guys,

    Sorry for the hassle, could you please help me?:

    With regard to this thread: #329237 , adding a block behind text, is there anyway to edit the CSS to exclude this effect from an ‘attributed section id’?

    The CSS:

    .avia_textblock
    {
    background-color: rgba(255,255,255,0.9);
    }

    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2
    {
    background-color: rgba(255,255,255,0.9);
    }

    #336358

    Hi Gstar72!

    Please turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and use the code as following

    .your-custom-class {
    background-color: rgba(255,255,255,0.9) !important; 
    }

    Regards,
    Yigit

    #349993
    This reply has been marked as private.
    #350045

    Hey!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Regards,
    Yigit

    #350854
    This reply has been marked as private.
    #351110

    Hey!

    You can set the login details as private reply. Only you and the moderators can see it. Please post it here so that all of us (moderators) can see it.

    Best regards,
    Ismael

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