Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #977429

    Hi,

    The links in the singel product page text are not underlined. You can I underline them in all single product pages?
    See link

    #977452

    Hey studioinktvis,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .single.single-product div .product a {
        text-decoration: underline;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #977477

    Thanks!

    #977514

    Hi studioinktvis,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #977563

    Hi,

    I would also like to do this with BRANDS page CATEGORY page and any normal page with text.

    #977614

    Hi,

    Try the following:

    single.single-product div .product a {
        text-decoration: underline;
    }
    
     a {
        text-decoration: underline;
    }

    Best regards,
    Jordan Shannon

    #977817

    No not working
    I don’t know if i am clear in what I want
    i like links to be underlined in the next pages.
    See privat content

    #978184

    Hi,

    The above should have worked. Please provide admin info so we can log in and look into this issue further.

    Best regards,
    Jordan Shannon

    #978338

    here you are

    #979181

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top #wrap_all main a {
        text-decoration: underline !important; 
    }

    Best regards,
    Mike

    #980234

    YES, that’s it. Thanks!

    #980235

    Hi,

    I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘underline links main content’ is closed to new replies.