• Hi, I can point to this element using Firefox “element inspector” and i can change it.. but when i place it in my CSS custom plugin it doesnt work.

    I want it for a specific page. Please let me know whats wrong with this code. thank you!

    .page-id-42 .panel-row-style {
    	background-position: center center;
    	background-repeat: no-repeat;
    	margin: 0 -20px;
    	padding: 5px 20px;
Viewing 2 replies - 1 through 2 (of 2 total)
  • Your code is missing the end bracket (}). If that’s not it, can you post a link to the page in question?

    Thread Starter ilcaa72

    (@ilcaa72)

    thanks for the response Stephen,
    I just realized I might gave the wrong page ID. It should be 421 not 42, sorry for the mistake. I tried it with 421 and it worked fine.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Is this Page specific CSS correct?’ is closed to new replies.