New Landing How can we help? Themeforest Theme Support Ability decrease size top header – line

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Ability
  • #83060
    goldfinch
    Member
    Post count: 15

    Hi,

    I’m trying to find out in what file the code for the line at the top of the header is at.
    It is 10px height, and I would like to make it 4px. What file should I edit?
    Hope you can help me!

    Cheers,

    Laura

    #83084
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    #header-section {
      border-top: 4px solid rgba(0, 0, 0, 0);
    }

    – Kyle

    #83091
    goldfinch
    Member
    Post count: 15

    Thanks!
    It doesn’t work quite well, just on the first load.
    When I scroll down and up again, when the menu get smaller and larger, the size 10px line comes back..
    ??
    Strange….

    #83102
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this instead:

    #header-section {
      border-top-width: 4px !important;
    }

    – Kyle

    #83122
    goldfinch
    Member
    Post count: 15

    Great! that works!
    Thank you very much!
    ๐Ÿ™‚

    #83124
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem ๐Ÿ™‚

    – Kyle

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register