Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1626563
Change Line under Logo
Closed

Comments

  • Georg started the conversation

    Hello,

    please tell me the name of this line (photo attached).

    I would like to make it boxed (not the whole screen) and thicker.

    Thank you and best regards,

    Georg

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    .header-header-1.has-bottom-line, .header-header-4.has-bottom-line, .header-header-7.has-bottom-line{ border-bottom: none; }
    #header .inner-header .container{ border-bottom: 3px solid #dedede; }
    

    Change number 3 on the above code to value you want.


    Best Regards,

    PenciDesign

  • Georg replied

    Thank you!

    Is it possible to change the colour of this line to black?

  •  2,699
    PenciDesign replied

    Hi,


    Please change color code #dedede on the previous code I sent to #000000 to do that.


    Best Regards,

    PenciDesign

  • Georg replied

    Thank you. You are very helpful!

    May I also get rid of the 2 thin grey lines under the black one? (photo attached)

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    #navigation.header-layout-bottom, #navigation{ border: none; }

    Best Regards,

    PenciDesign

  • Georg replied

    Thank you very much!

    Is it also possible to keep the bottom grey line but make it boxed (not the whole screen)?

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to do that:

    #navigation .container{ border-bottom: 2px solid #000000; }

    Change color code #000000 to #dedede if you want to make border color to grey.


    Best Regards,

    PenciDesign

  • Georg replied

    Fantastic support! You are the best! Thank you!