.postid-1762 #your-element {
display: none;
}
Subscribe to:
Post Comments (Atom)
How to Hide Elements on Specific WordPress Pages
Find the post or page id. something like: .postid-1762 or .pageid-1762. Then add to your css : .postid-1762 #your-element { display :...
-
Find the post or page id. something like: .postid-1762 or .pageid-1762. Then add to your css : .postid-1762 #your-element { display :...
-
To display only Child Category in the post loop (mostly single.php), all you have to do is replace the following code: 1 <?php t...
-
Write this HTML: <div class="container"> <div class="container-left"> Your left items </div>...
No comments:
Post a Comment