Home Forums WoodMart support forum Formatting links

Formatting links

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

    JuliaSan
    Participant

    Hello,
    could you please tell me if there is a place where I can set the layout of the links in my text?
    I would like to have them all a given color and underlined.
    Do I need to do this in css, or is there a way to set it in the theme settings?

    If in css, what would be the code for that?

    Thanks a lot,
    Julia

    #27450

    Artem Temos
    Keymaster

    Hi,

    Could you please provide us some screenshot so we can better understand it?

    Regards

    #27457

    JuliaSan
    Participant

    Sure – please find it attached.

    Attachments:
    You must be logged in to view attached files.
    #27459

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .woodmart-text-block-wrapper .woodmart-text-block a {
    	color: #ef0987!important;
    	text-decoration: underline;
    }
    
    .woodmart-text-block-wrapper .woodmart-text-block a:hover {
    	text-decoration: none;
    }
    #27460

    JuliaSan
    Participant

    Thanks, this works great! 🙂

    #27461

    Artem Temos
    Keymaster

    You are welcome!

Tagged: ,

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

The topic ‘Formatting links’ is closed to new replies.