Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3425917
Category Mega Menu
Closed

Comments

  •  1
    Harsh started the conversation

    1. How can I add space between the elements of category mega menu and make the edges of the featured images rounded? like this - 

    3734324608.png

    2. And also how can I make the edges of the featured images of the posts rounded? like this - 

    7286685972.png

    Attached files:  Screenshot (10).png
      Screenshot (6).png

  •  2,541
    PenciDesign replied

    Hi,

    1. Please follow the document at this link to understand how to customize the mega menu content: https://soledad.pencidesign.net/soledad-document/#menu

    2. Go to Appearance → Customize → Logo & Header → Category Mega Menus → Custom Border Radius for Images on Category Mega Menu: enter the border-radius value into this option.

    Regards,
    PenciDesign.


  •  1
    Harsh replied

    Hello, 

    1. I have added the Custom Border Radius value for Images on Category Mega Menu but nothing changed. I have attached the screenshot for the reference. 
      5042245781.png
    2. I am not able find any option to add space between the posts on Category Mega Menu. Please guide me through that as well because the document link that you provided also has not shown any options to add space between the posts.


  •  1
    Harsh replied

    Hello, 

    1. I have added the Custom Border Radius value for Images on Category Mega Menu but nothing changed. I have attached the screenshot for the reference. 
    2. I am not able find any option to add space between the posts on Category Mega Menu. Please guide me through that as well because the document link that you provided also has not shown any options to add space between the posts.

    Attached files:  Screenshot (11).png

  •  2,541
    PenciDesign replied

    Hi,

    The mega menu content on the screenshot you sent was built with the Penci Block, please follow the document at the link below to understand how to setup:


    Regards,
    PenciDesign.


  •  1
    Harsh replied

    Hello,

    I want to add space of around 5px between these featured images on category mega menu. How do I do that?

    I am not able find any option to add space between the images on Category Mega Menu. Please guide me through this.

    2555398779.png

    Attached files:  Screenshot (12).png

  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    #navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-post {
        padding: 10px;
    }

    Regards,
    PenciDesign.

  •  1
    Harsh replied

    Hello, 

    I added the custom CSS code but nothing changed. Please have a look on the attached screenshot. 

    7211899875.png

    Attached files:  Screenshot (13).png

  •  2,541
    PenciDesign replied

    Hi,

    Please send me this page URL.

    Regards,
    PenciDesign.


  •  1
    Harsh replied

    Hello, 

    url - https://backup.inlinedfitness.com/

    please check.

  •  2,541
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .navigation.menu-style-2 .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-post {
        padding: 20px !important;
    }

    Regards,
    PenciDesign.