Okay
  Public Ticket #3340253
How Do I Remove Three Dots on Portfolio Grid Template?
Closed

Comments

  •  2
    Moose started the conversation

    Hi,

    For the dark portfolio grid cards, how do I remove those grey three dots in the top left? I tweaked all the settings I could but couldn't figure out how to do it. I attached a screenshot for reference.

    Thanks!

    Attached files:  Screen Shot 2023-04-03 at 4.51.14 PM.png

  •  8,839
    Tahir replied

    Hey Again,

    Please provide the page URL so we can write up what's possible.

    Thanks.



    ThemeNectar Support Team 

  •   Moose replied privately
  •  8,839
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar-post-grid-wrap[data-style=content_under_image].nectar-browser-window-style [data-text-color=light] .nectar-post-grid-item .inner:before {
        color: transparent !important;
    }

    Thanks


    ThemeNectar Support Team 

  •   Moose replied privately
  •  1,877
    Judith replied

    Hi Moose,

    I am afraid we don't have this option at the moment, however we;ll add this as a feature request to help us improve on this feature.

    Thanks.

  •  2
    Moose replied

    Thank you Judith! 

  •   Moose replied privately
  •  1,877
    Judith replied

    Hi Moose,

    Please try this css:

    #header-outer #top li.menu-item-7577 > a .nectar-menu-icon {
        display: none;
    }

    Thanks.

  •   Moose replied privately
  •  1,877
    Judith replied

    Hi Moose,

    Please remove the previous css. Then head to menus section then to mega menu to remove the icon and also make adjustments to the button as you would want ;

    9094975940.png
    8249429745.png
    9452663403.png

    Thanks.

  •  2
    Moose replied

    Perfect, thank you @judith