Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1470374

    I want to make the top bar above the main menu 8 pixels tall, with no type, phone numbers or icons inside.

    Any help would be gratefully received.

    #1470419

    Hey SmoovP,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1470429

    In the Enfold Theme Options and the Extra Elements of the HEADER section, one of the options is:

    Header Phone Number/Extra Info
    Choose if you want to display an additional phone number or some extra info in your header
    I have selected “Display in the Top Bar at the left”
    I have left the phone number field blank.

    This creates a small colored bar above the logo/menu section.

    I don’t want any info in the bar, I just want the colored bar but I want it to be only 8 pixels tall.

    If there is another way to do that, I’d be open to knowing how.

    Thank you for any help you can give.

    #1470439

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    html {
      border-top: 8px solid red;
    }

    Best regards,
    Rikard

    #1470461

    That works wonderfully, RIkard. Thank you.

    How do I assign a custom HEX # color?

    #1470463

    Hi,

    You can replace red in the example above with your own hex code.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.