Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #205549

    Hi there

    I wonder if there is a way to get rid of the (blue) lines below the navigation on top.
    My website is the following: http://pakka.studio-libelula.ch

    Thank you in advance!

    #205607

    Hey Cdfb!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .header_color .main_menu ul:first-child >li > ul { border-top: none; }

    Cheers!
    Yigit

    #205802

    Thanks a lot for the quick answer!
    Is there a way to change the gray color of the portfolio grid to white?

    Best

    #205820

    Hey!

    Please add following code to Quick CSS as well

    .grid-entry .inner-entry { box-shadow: none; }

    Cheers!
    Yigit

    #205849

    Great, thanks! It worked super fine!

    More questions:
    1. How can I make custom links on the navigation and on the portfolio grid to open in a separate tab/window?
    2. On single portfolio items there are light gray arrows left and right pointing to the next portfolio item. How can I change the color of these?
    3. When hovering over single portfolio items on the portfolio grid a blue circle with an arrow appears. How can I get rid of circle and arrow? I would like to keep the white overlay.

    Thanks
    carolina

    #205853

    4. On the following page: http://bohemia-digital.com/articles/
    I used some tabs on the left side to display years. There is a large empty space next to the year though. Is there a way to make the tabs smaller?

    #205864

    Hey!
    Please add following code to Quick CSS as well
    1- Please go to Appearance > Menus and click on Screen Options and check “Link Target” and then choose the menu items that you would like to open in new tab http://i.imgur.com/bOLs66V.jpg
    2-

    #top .avia-post-nav { background: rgba(0,0,0,0.1); }

    This is default value, you can change rgb value to any color that you would like and 0.1 is opacity.
    3-

    .image-overlay .image-overlay-inside { display: none; }

    4-

    .sidebar_tab .tab_titles {
    width: 0%; }

    Regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Get rid of the lines under navigation’ is closed to new replies.