Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #705520

    hi. i have this background class:

    /*Heading Text gut lesbar machen mit Schatten*/
    #schattentext .flex_cell_inner {
        text-shadow: 1px 1px #2d2d2d;
    }

    How must i change the code to get a fextbackground with transparent look like this: http://imgur.com/a/njvOD

    #705543

    Hey corneliaboehm,

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

     h1.av-special-heading-tag {
         background: rgba(0,0,0,.5);
    }
    

    Best regards,
    Vinay

    #705552

    ok. how can i set the color to white and make the background only behint the text like here: https://imgur.com/a/Y07m6

    #705557

    and how can i set this in a custom class to apply this settings to a special H1 font an not to all :)

    Here for example looks it not really good :) : https://imgur.com/a/mvF1Q

    #705566

    How can i modify the css code to use it as custom class ?

    #705595

    Hi,

    To set custom css class to apply in that specific special h1, you may want to check this post: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    As for the background, try to add this code in Quick CSS:

    h1.av-special-heading-tag {
        display: inline-block !important;
    }

    If you have added a custom css class, the code should look like this: (example custom css class is your_custom_class

    .your_custom_class h1.av-special-heading-tag {
        display: inline-block !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #705626

    Thanks Nikko, i will try :)

    #705633

    Hey Nikko.

    I have applied the custom css class (hintergrund) to this text: http://imgur.com/a/ZV6cv

    Here is the code in the css file:

    /*Text Hintergrund markieren*/
    .hintergrund h1.av-special-heading-tag {
        display: inline-block !important;
    }

    BUT IT DO NOT WORK ;(

    #706064

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Nikko

    #706289

    OK Nikko, thanks for help and happy halloween :)

    #706896

    Hi,

    I have this code in your Quick CSS:

    .handschrift h1.av-special-heading-tag {
        background: rgba(0,0,0,.5);
        display: inline-block !important;
        padding: 16px 8px;
    }

    And cleared the cache from the caching plugin. Hope this helps :)

    Best regards,
    Nikko

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