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
I have attached link to video, i think is easier to see.
Thanks
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
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.
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
Hi,
That was perfect, can that be slightly transparent at all and the Subheading Text of the special heading coloured as well?
Thanks again.
Hi,
Can you provide a link to the site and screenshot the portion you need to adjust.
Best regards,
Jordan Shannon
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
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