Assign Custom CSS Class Name to body of page

Ideas! We love to hear them. Your ideas are the features we add next.
Post Reply
Dru2807
Posts: 2
meble kuchenne Mikołów Knurów Czechowice-Dziedzice
Joined: Fri Aug 11, 2017 7:11 am
Website: ctaa.myallprowebtools.com

Assign Custom CSS Class Name to body of page

Post by Dru2807 »

It would be very helpful if when assigning a Custom CSS Class Name to a page then that class name would be assigned to the <body> of the page. While the class name being assigned to the <a> is helpful for customizing the menu (!!), it would serve me greatly to have it also assigned to the <body> of the actual page. This way I would gain full control of a particular page through CSS. This is what I had guessed it would do and was excited for the possibilities. It seems a simple request to avail amazing opportunities. Thank you.

(What I want to do simply is alter the background of one page, and then probably dream up other things...)
User avatar
JohnB
Support Team
Support Team
Posts: 1022
Joined: Wed Nov 04, 2015 3:57 pm
Website: www.allprowebtools.com

Re: Assign Custom CSS Class Name to body of page

Post by JohnB »

If you are looking to try and style the body, you do not need to add a custom class name.

You can simply use the body selector and add your css, like this:

Code: Select all

body {
	/*css here*/
}
Please let me know if this doesn't help you!
Post Reply