Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #954595

    hey Yigit.

    we made some changes on the heading font here: https://www.arteffekt.at/
    But after the last update we do not see the changes. it should look like a thinner font cut with a gray bar underneath.

    Please help me to get back to this look. thanks, alex

    /*
    /*H1 neu formatieren*/
    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
        text-transform: none;
        }
    */
    
    /*Heading Text gut lesbar machen mit Schatten*/
    #schattentext .flex_cell_inner {
        text-shadow: 1px 1px #2d2d2d;
    }
    h1.av-special-heading-tag{
    text-shadow: 1px 1px #000000
    }
    
    /*
     h1.av-special-heading-tag {
         background: rgba(0,0,0,.5);
    }
    */
    
    #954655

    Hi,

    Please post a screenshot showing the changes you would like to make. I cannot find “schattentext” and “av-special-heading-tag”selectors in the source code.

    Best regards,
    Yigit

    #954756

    View post on imgur.com

    Here. we want to apply the customized font look. thanks. greetings, alex

    #954781

    Hi,

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

    div .slideshow_caption h2 {
        text-shadow: 1px 1px #000000;
    }
    

    Best regards,
    Yigit

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