Tagged: x
-
AuthorPosts
-
October 16, 2016 at 6:38 am #1218044
arminnikpourParticipantHi
I’m having trouble with seting custom color’s for my site’s pages , I mean i want to set different colors for every page’s background.
Please give me a solution to solve this problem (without cornerstone , Because I Dont installed it because of some reasons)
ThanxOctober 16, 2016 at 6:51 am #1218061
ThaiModeratorHi There,
Please try with this CSS:
.page-id-123 { background-color: #f0f0f0; } .page-id-456 { background-color: #000000; }The number 123 & 456 are the page IDs.
If it doesn’t work, please provide us with your website URL so we can take a closer look.
Thanks.
October 16, 2016 at 6:53 am #1218062
arminnikpourParticipantThanx Dude , But is there any CSS code for “Body CSS Class(es)” For every page’s BG ?
October 16, 2016 at 7:07 am #1218071
ThaiModeratorHere you are:
body.page { background-color: #ff00ff; }Cheers!
October 16, 2016 at 7:20 am #1218079
arminnikpourParticipantI Just Insert That code in Body CSS Class(es) But it’s Not Working Dude , Please Help Me 🙁
October 16, 2016 at 7:46 am #1218096
ThaiModeratorHi There,
Please insert all the custom CSS under Customizer > Custom > Global CSS.
Hope it helps 🙂
October 17, 2016 at 3:53 am #1219098
arminnikpourParticipantDude , i did that u told me but it changes the BG Color of all pages !
I Want To For Example Make my music page’s Bg #f3f3f3 & Make My Video Editing page’s Bg #101010 For Example …
I Think I should insert a code into Body CSS Class(es) of each page !! Plz Help Me with thatOctober 17, 2016 at 5:16 am #1219159
Paul RModeratorHi,
In that is the case you can the code below in Cornerstone > Settings > Custom CSS of your Music page
body { background:#f3f3f3; }Then add this in Cornerstone > Settings > Custom CSS of your Make My Video Editing page
body { background:#101010; }Hope that helps
October 17, 2016 at 5:20 am #1219160
arminnikpourParticipantAh God ! I said That Before man , I don’t have cornerstone because of some reasons , plz solve this for me without cornerstone
October 17, 2016 at 7:06 am #1219262
Paul RModeratorHi,
Can you provide us your site url so we can take a closer look.
The theme automatically adds a class to the body using the page id.
You can use it in targeting that specific page to change its backgroundeg.
.page-id-1 { background:#f3f3f3; } .page-id-2 { background:#101010; }You can add the code in Appearance > Customize > Custom > Edit Global CSS
Here’s our guide in locating your page id
https://community.theme.co/kb/how-to-locate-post-ids/
If it still doesn’t help, please provide wordpress admin login in private reply.
Thanks
November 12, 2016 at 6:38 am #1254356
arminnikpourParticipantThis reply has been marked as private.November 12, 2016 at 1:30 pm #1254579
RadModeratorYou’re welcome!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1218044 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
