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

    Hi,
    Can can i high light text as the image?

    Thanks

    #918009

    Hey brunolabi,

    Cna you please try explain more or better what you want to do?I
    I am afraid we cant help at all like that.

    Best regards,
    Basilis

    #918387

    I have attached link to video, i think is easier to see.

    Thanks

    #918795

    Hi,

    Thanks for the video, but I still don’t understand your question?

    Can can i high light text as the image?

    Best regards,
    Rikard

    #919579

    So on the video you see how i highlight the text, i want it to stay that way with a orange colour for example, so the text to show as highlighted that way always.

    #920066

    Hi,

    Ok, thanks for the feedback. So you simply want a background behind the text? If so then please try this in Quick CSS:

    .home #av_section_1 .av-special-heading-tag {
        font-size: 1em;
        background-color: green;
        max-width: fit-content;
    }

    If that doesn’t work then please post a link to your site so that we can have a closer look.

    Best regards,
    Rikard

    #920469

    Hi,

    That was perfect, can that be slightly transparent at all and the Subheading Text of the special heading coloured as well?

    Thanks again.

    • This reply was modified 7 years, 4 months ago by brunolabi.
    #920479

    Hi,

    Can you provide a link to the site and screenshot the portion you need to adjust.

    Best regards,
    Jordan Shannon

    #921404

    HI,

    Sorry is still on local server at the moment.
    But just like the video above, would also like to high light text below the heading.
    It is a special heading content with subheading enabled.

    thanks

    #921681

    Hi,

    This may be a little difficult without seeing the site firsthand but you can try the following:

    .av-subheading {
    color: red;
    }

    You can adjust the color to whatever you need.

    Best regards,
    Jordan Shannon

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