Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #695314

    Hello.

    I’m trying to do a CSS change on specific a post at my page, and I’m not sure how to do that.

    I can do that on a specific Page starting the command with “.page-id-xxx”, but it does not work for a Post page.
    I trying doing the same starting the command with “.post-id-xxx”, but it did not work.
    How can I do that?

    For example, the command below worked for the page number 1241, how could I do the same for the post 1774?

    .page-id-1241 .av-styling-no-styling .avia_image {
    position: relative;
    top: 19px;
    }

    Thanks

    #695850

    Hi ttiagoo,

    If you inspect the page in question in your browser you should be able to see the class in the body tag, if you need help then please post a link to the post in question and we’ll have a look at it for you.

    Best regards,
    Rikard

    #696755

    Hello, I got it on the body tag.

    Thank you very much.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to make a CSS change on a specific post’ is closed to new replies.