Lines and white space

Posted in: Newspaper
Post count: 16

I have two things that I don´t know how to change/add it.

1. For example on this Demo: How can I add the green lines that appear on the header: http://demo.tagdiv.com/newspaper_magazine/

2. On my menu there is a white space between the menu and the revolution slider. How can I delete that space: This is the website: http://epilepsyandwellness.com/

Thanks in advance

Post count: 20688

Hi,

1. Try this code, enter it in Theme panel->Custom Css

.td-header-style-10 .td-header-top-menu-full {
border-top: 4px solid #009688;
}
.td-header-style-10 .td-header-gradient::before {
height: 4px;
position: absolute;
bottom: 0;
background-color: #009688;
}

Result – https://www.screencast.com/t/qhd6Hsf96n

2. You can use this code for the space between the menu and slider

.td-main-page-wrap {
padding-top: 0;
}

Result with the previous code and this one – https://www.screencast.com/t/ntnXouH1qiGm
Please let me know if this works for you.

Thanks

Post count: 16

None of them worked (I posted where you said). 🙁

The color of the lines is this: #7e008c

Could you please solve this issue. I don´t understand nothing about coding?

  • This reply was modified 9 years by Simion C..
Post count: 20688

Hi,

I have entered the css code and it’s working properly as you can see on your website. I have edited your previous comment and removed your login details from the topic because this is a public forum for everyone to see.

Thanks

Post count: 16

Oops… I didn´t know that it was public. Thank you so much. Thank you so much for your help.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.