a href – h3 – no underline and special color

Posted in: Newspaper
Post count: 14

Hello,

for the standard links i have chosen an accent color.

but i have an own hyperlink in the page content, set this to “h3” and now it is just black with an underline.
have i missed the option somewhere or can i type it in in custom css somehow?

thanks, have a nice weekend.
Jan

Post count: 6535

Hi

Please provide your site url so we can inspect it closer and we will get back t you as soon as possible
Thanks!

Post count: 14

Hi Andrei,

http://www.koenigsschmied.de
on the bottom “Vita” and the other 3 links.

thanks. Jan

  • This reply was modified 9 years by jbdesign.
Post count: 22421

Hi,

In order to target these links, you need to assign a custom class to the row containing them in visual composer: http://screencast.com/t/meJp1GMh Then you can use this css using the class you gave the row::
.imagelinks .wpb_text_column a{
color:red;
}
.imagelinks .wpb_text_column a:hover{
color:blue;
text-decoration:none;
}

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.