Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #768339

    Hi,
    I’d like to modify link style and I have insert this css code:

    a {text-decoration: none !important; color: #575757 !important; padding-bottom: 1px !important;
    border-bottom: 3px solid #e0b13a !important;}
    a:hover {text-decoration: none !important; background: #e0b13a !important;}

    It works, but in the wole site. I’d like to use it only in the texts of the post (now I see it also in header, footer, menus, etc…).
    Can you help me?
    Thanks!

    #768345

    Hey irene_d,

    Please provide a link to the page where you would like these styles to apply. We need the specific page/post id.

    Best regards,
    Jordan Shannon

    #768351

    Hey Jordan, thanks a lot, but I’m able to find the post id. But if I use it, the style results in all the elements. I suppose that I have to create a class but I’m not able…

    #768354

    Hi,

    Please provide a link to the page, and if possible the admin login so I can look into this further. Targeting the page id should work effectively.

    Best regards,
    Jordan Shannon

    #768726

    The site is in manteince mode.
    I send it in Private Content, did you recive it?

    #769020

    Hi,

    I added the following to quick css:

    .post-template-default p a {text-decoration: none !important; color: #575757 !important; padding-bottom: 1px !important;
    border-bottom: 3px solid #e0b13a !important;}
    .post-template-default p a:hover {text-decoration: none !important; background: #e0b13a !important;}

    Please test to ensure that it’s working

    Best regards,
    Jordan Shannon

    #769510

    It seems to work! Tha’s great!
    Thank you very much!
    Irene

    #769513

    Hi,

    No problem at all, if you need additional help, please don’t hesitate to contact us here on the forum.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘css link only in post’ is closed to new replies.