Tagged: ,

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

    Hello,

    I want to add two lines under the head. Is this posible?

    #344661

    Hi spavli2!

    Try adding this in Dashboard -> Enfold -> General Styling -> Quick CSS,

    #header { border-bottom: 2px solid red !important; }
    #header_main { border-bottom: 2px solid black !important; }

    Best regards,
    Elliott

    #344834
    This reply has been marked as private.
    #344943

    Hey!

    Instead try adding Elliott’s code to the general custom style section in the custom.css file located in your theme folder’s css folder.

    Cheers!
    Arvish

    #344989

    It works, thanks Arvish..

    how could i move second line 1px lover? so it would be white space between..

    #345309

    Hi!

    Please add following code to Quick CSS

    #header_main { margin-bottom: -5px; }

    Cheers!
    Yigit

    #345558

    best support ever.

    THANKS!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Two lines under head’ is closed to new replies.