[Support request] How to point at sidebar with css?

Home Forums Support [Support request] How to point at sidebar with css?

Home Forums Support How to point at sidebar with css?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1432265
    Leif

    I’m bad as css. I added this to my additional css to put underlines on my links (maybe I can use something else than css?)

    .entry-content a {
    	text-decoration: underline;
    }

    But I don’t know the way to point at my sidebar’s links as well. Can you tell me the id (e.g. entry-content)?
    Also can you tell me where to find this stuff, I can’t figure out what those IDs are called so I can never look them up T_T

    #1432307
    Leo
    Staff
    Customer Support

    Hi there,

    This should include the content and sidebar:

    .site-content a {
        text-decoration: underline;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.