Okay
  Public Ticket #3331172
header
Closed

Comments

  •  8
    lukaskrumme started the conversation

    How can I edit the header? I would like to increase the padding a bit at the top. Also change the menu and the font of the menu. Top left the member area icon I would like to provide with another link - is that possible?

    2. i have added a video with text in the nectar slider. but it is not displayed.

    Attached files:  Bildschirmfoto 2023-03-23 um 17.19.29.png
      Bildschirmfoto 2023-03-23 um 17.19.37.png

  •  8
    lukaskrumme replied

    The implementation via video worked. The question about padding, icon and menu are still open

  •  8
    lukaskrumme replied

    icon and menu is solved. :D

    how can I add padding to the top

  •  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):

    .swiper-slide .content h2 {
        padding-top: 10px; }

    Thanks


    ThemeNectar Support Team