Tagged: Advanced Styling, catalogue module, menu items
Hi!
Is there anyway to set global settings to the menu items (catalogue module) ?
For instance if want or the menu titles to be bold ? is there way to get all that without go into every single menu item and add or if i want to change the color of the title or the descriptive text ?
Like you can do with some of the titles qoutes under the advanced styling tab ?
Or is it a file i can edit to get change this from the default values ?
Thank you!
Hey Paul!
Add this to your custom CSS.
.av-catalogue-title { font-weight: bold !important; }
.av-catalogue-content { color: red !important; font-size: 12px !important; }
Best regards,
Elliott
Thanx!
Worked great, can i add something to change the color of the price of a menu item ?
Hi!
Please add following code to Quick CSS as well
.av-catalogue-price {
color: red;
}
Regards,
Yigit
Sweet thanx!
What is the benefit to add these changes to the custom css file or the quick css in the enfold control panel ?
Hi!
With the custom css file, if there is any database issue, you will not loose them! :-)
Cheers!
Basilis