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

    The current page looks like this:

    And I would like to add something to make the text more readable, somthing along the lines of this maybe:

    View post on imgur.com

    Is that possible or what other solution is there?

    #917905

    but ! you have to adjust the colors you like to have –
    i have choosen the semitransparent rgba values – and selective only for that page.

    .page-id-11189 h1.av-special-heading-tag {
        background-color: rgba(255, 255, 255, 0.5);
        display: inline-block;
        padding: 10px;
    }
    
    .page-id-11189 .av-subheading {
        display: inline-block;
        padding: 5px;
        background-color: rgba(255, 99, 0, 0.7);
    }
    
    .page-id-11189 .av_icon_caption {
        background-color: rgba(255, 99, 0, 0.7);
        display: inline-block;
        padding: 5px;
    }
    #917906

    wenn das immer in der Color-section mit der ID : portfolio ist:

    #portfolio h1.av-special-heading-tag {
        background-color: rgba(255, 255, 255, 0.5);
        display: inline-block;
        padding: 10px;
    }
    
    #portfolio .av-subheading {
        display: inline-block;
        padding: 5px;
        background-color: rgba(255, 99, 0, 0.7);
    }
    
    #portfolio .av_icon_caption {
        background-color: rgba(255, 99, 0, 0.7);
        display: inline-block;
        padding: 5px;
    }
    #917990

    Hi,

    LEt us know if that solves your issue.

    Best regards,
    Basilis

    #918945

    Hi, thanks for that. It works. Ticket closed.

    • This reply was modified 6 years, 8 months ago by markvanhaze.
    #919407

    Hi,

    Great, glad you got it working. I’ll close this thread for now, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Ho can I add a underlay on a Heading text inside a color section?’ is closed to new replies.