Home Forums Basel support forum Link inside the texts

Link inside the texts

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

    Giulio
    Participant

    Hi there, I would to optimize our links inside texts to being more seeable. I’d like to add something that let understand that a text is a link to another page. What do you suggest?

    #44886

    Artem Temos
    Keymaster

    Hello,

    Try to apply the following CSS code to change this

    .wpb_text_column  a {
    	color: red;
    	text-decoration:underline
    }
    
    .wpb_text_column a:hover {
    	color: green;
    	text-decoration:none
    }

    Regards

    #44897

    Giulio
    Participant

    It works great, but now I have a problem with the mega menu.

    #44909

    Artem Temos
    Keymaster

    Try to replace with this one

    .site-content .wpb_text_column  a {
    	color: red;
    	text-decoration:underline
    }
    
    .site-content .wpb_text_column a:hover {
    	color: green;
    	text-decoration:none
    }
    #44914

    Giulio
    Participant

    Yohoo 🙂 Thank you.

    #44915

    Artem Temos
    Keymaster

    You are welcome 🙂

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Link inside the texts’ is closed to new replies.