Hi again,
I’d like to know how to set a predefined style per page.
Example : Page 1 from Menu Link : CSS STYLE 1
Example : Page 2 from Menu Link : CSS STYLE 2
Example : Page 3 from Menu Link : CSS STYLE 3
KR
Hi,
You can use the unique page body class. If you’re using Chrome, right click the page, Inspect Element. Look for the body class.
Use it to change a certain element on that page only. Example:
.page-id-2251 #header_main {
background: red;
}
Regards,
Ismael
Perfect!
Glad Ismael could help :)
Let us know if you have any other questions or issues.
Regards,
Devin