Add Background Color to Category Description
-
Is there a way to Add a Background Color to the Category Description Area.
Please view:
Front End: https://www.screencast.com/t/iYDXOX8Uh
Back End: https://www.screencast.com/t/3O6ueO7zBv
I just found some CSS for this on another support ticket. It was this:
body .term-description, .page-description {
background-color:white;
}
But can you help with some CSS to add some padding as it looks like this now:
https://www.screencast.com/t/4IzTZLPq
Hello,
We are glad you found a solution to one of your problems yourself.
For the padding try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
body .term-description, .page-description {
padding: 20px;
}
Best Regards
That worked great for padding. Thank you again.
Hello,
We are thrilled that you loved your experience with XTEMOS, We put customer experience and satisfaction is our priority, and your words reaffirm the hard work we put in every day. So thanks for your kind words and we look forward to seeing you again.
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards.
The topic ‘Add Background Color to Category Description’ is closed to new replies.