Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #621204

    Hi support team,
    i want to add a box shadow to h1. Please see the example website. Could you help me please?

    #621284

    Hi vnfan!

    use a code like this inside your Quick CSS field:

    .avia_textblock.av_inherit_color {
    background: rgba(0, 0, 0, 0.6);
    }
    

    Best regards,
    Andy

    #621449

    Hi Andy,
    I have add the code but the box is too long. Please take a look again.

    #621452

    Hey!

    Please wrap your H1 tag into a span with a custom class

    <span class="my-custom-class"><h1>here is my text</h1></span>

    and then change the code to following one

    .my-custom-class { background: rgba(0, 0, 0, 0.6); } 

    Best regards,
    Yigit

    #621474

    Hi Yigit,
    it didn`t help. This is how the code look liked

    [av_textblock size='' font_color='custom' color='#ffffff']
    <span class=”my-custom-class”>
    <h1>Impressum</h1>
    </span>
    [/av_textblock]

    #621488

    Hi!

    Do you mind creating a temporary admin login and posting it here privately?

    Regards,
    Yigit

    #621512

    yes. Please see the privat content.

    #621518

    Hey!

    I wrapped your text into a custom div and changed the code to

    .custom-text { background: rgba(0, 0, 0, 0.6); float: left; } 
    .custom-text h1 { margin: 3px; }

    Please review your website now

    Regards,
    Yigit

    #621526

    great. Thank you Yigit.

    #621535

    Hi!

    You are welcome, glad we could help!
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘box shadow for h1’ is closed to new replies.