Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #496290

    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!

    #496464

    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

    #496593

    Thanx!

    Worked great, can i add something to change the color of the price of a menu item ?

    #496603

    Hi!

    Please add following code to Quick CSS as well

    .av-catalogue-price {
        color: red;
    }

    Regards,
    Yigit

    #496747

    Sweet thanx!

    What is the benefit to add these changes to the custom css file or the quick css in the enfold control panel ?

    #496779

    Hi!

    With the custom css file, if there is any database issue, you will not loose them! :-)

    Cheers!
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.