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

    Hello,
    how to edit individual font size and color. Marked it on the screenshot MENU 1 and MENU 2

    https://drive.google.com/a/fojtik.name/file/d/1ayJX8mxvRxQEZISmm_zYJm1dIaYu0Yid/view?usp=drivesdk

    #935671

    Hey FJakub,
    Try this code in the General Styling > Quick CSS field:

    .header_color .sub_menu>ul>li>a {
    font-size: 12px !important;
    color: red !important;
    }
    .header_color .main_menu ul:first-child > li > a {
    font-size: 14px !important;
    color: blue !important;
    }
    

    Best regards,
    Mike

    #936384

    Super,
    only the main menu is linked with the inscription in the basket name of the product and I do not want to enlarge it! I would like to leave it smaller than the menu, it’s going to set it up somehow.
    Screenshot as a demonstration.

    #936494

    Hi,
    To remove the styling from the shopping cart, Try to add this code in the General Styling > Quick CSS field:

    #top div ul.product_list_widget li a {
        display: block;
        font-weight: bold;
        font-size: 12px!important; 
        color: #000 !important;
    }

    Please adjust to suit.

    Best regards,
    Mike

    #936594

    Resolved thank you

    #936874

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Font size in the menu’ is closed to new replies.