Comments Dzorro12 started the conversationApril 22, 2021 at 6:00pmhi team i have a special categorie in mly website and i want to give him a different design backroud color or some effect differentits a personalised link page https://prnt.sc/11vzist how to do it thanks for your great support 2,701PenciDesign repliedApril 23, 2021 at 2:03amHi,You can add more this code to Customize > Custom CSS to change the boxed background color for that category page: body.category-227.penci-body-boxed{ background-color: background-color: #ff0000; }and if you want to change the container background for that category page, please try add more this code to Customize > Custom CSS: body.category-227 .wrapper-boxed.enable-boxed, .penci-post-box-meta.penci-post-box-grid .penci-post-share-box{ background-color: #fff000; } Change color codes ff0000 and fff000 to the color codes as you want.Best Regards,PenciDesignDzorro12 repliedApril 23, 2021 at 4:10amthank youi m sorry i think i did not descript what i wwant very goodthis tab i want to color it with for example yellow colorthis is the true link of the=at category its a personalized linkhttps://prnt.sc/11wptk9 2,701PenciDesign repliedApril 23, 2021 at 4:29amHi,Ahh, ok I understand it now.To do that, please do follow steps:1/ Go to Appearance > Menus > add more CSS Classes for the menu item you want to display on another color - check this image > use CSS Classes below: .penci-fmenu-item2/ Add more this code to Customize > Custom CSS: #navigation ul.menu > li.penci-fmenu-item > a{ color: #ff0000; } Change color code ff0000 to any color code as you want.Best Regards,PenciDesign Dzorro12 replied privately Dzorro12 replied privately 2,701PenciDesign repliedApril 23, 2021 at 12:41pmHi,Ahh, if you want to change the background color, you can change the custom CSS code I sent to this code: #navigation ul.menu > li.penci-fmenu-item > a{ padding: 0 10px; background: #e96a27; color: #ffffff; } Best Regards,PenciDesign1 Like Dzorro12 replied privately Sign in to reply ...
hi team
i have a special categorie in mly website and i want to give him a different design backroud color or some effect different
its a personalised link page
https://prnt.sc/11vzist
how to do it
thanks for your great support
Hi,
You can add more this code to Customize > Custom CSS to change the boxed background color for that category page:
and if you want to change the container background for that category page, please try add more this code to Customize > Custom CSS:
Change color codes ff0000 and fff000 to the color codes as you want.
Best Regards,
PenciDesign
thank you
i m sorry i think i did not descript what i wwant very good
this tab i want to color it with for example yellow color
this is the true link of the=at category
its a personalized link
https://prnt.sc/11wptk9
Hi,
Ahh, ok I understand it now.
To do that, please do follow steps:
1/ Go to Appearance > Menus > add more CSS Classes for the menu item you want to display on another color - check this image > use CSS Classes below:
2/ Add more this code to Customize > Custom CSS:
Change color code ff0000 to any color code as you want.
Best Regards,
PenciDesign
Hi,
Ahh, if you want to change the background color, you can change the custom CSS code I sent to this code:
Best Regards,
PenciDesign