Underline in Mobile Menu

Posted in: Newspaper
Post count: 497

Hi, hope you are doing fine.

I want to just underline my mobile menu with a line like this as shown in the pic.

The line only should be under mobile menu.

Please have a look at the pic for further clarification.

https://ibb.co/GP4MFbM

Thanks for your undertsanding

Post count: 27744

Hello,

I checked your website and seems you have the line => https://www.screencast.com/t/RJ7gLSOVCey.
Do you want the line to be here => https://www.screencast.com/t/iVAQsOfMKN ?
This can be done only with custom code.

Thank you!

Post count: 497

Please refer to this picture. I want to have underline under mobile header.

Check the pic:

https://ibb.co/YN016G1

Post count: 27744

Hello,

If you are referring to this line, it can be add on the standard header only with custom css => https://i.imgur.com/QxpOnXd.png, you need to add the custom code in Theme Panel -> Custom Code -> Advanced CSS -> Phones => https://www.screencast.com/t/1Wcj3wHXyR,

.td-header-style-10{
border-bottom: 2px solid red;
}

Also, it can be achieved, using a cloud header from tagDiv Cloud library, you can edit it with tagDiv Composer and add that line.

Hope this helps you!

Thank you!

Post count: 497

Hi, the code works perfect, but the code is not working on sticky menu. Please check the following pic . . .

https://ibb.co/KySnK0X

Post count: 27744

Hello,

I check your website, and seems you have a color which applies on the mobile menu => https://www.screencast.com/t/pGXAlaqzV9o , the opacity for that color is set to 0 it will look like this => https://www.screencast.com/t/lYR4ScqTTOzu
Please check the color for the mobile menu from Theme Panel -> Theme Colors => https://www.screencast.com/t/vybp715Ay2tC

If you want to keep the current mobile sticky layout you can use this custom CSS => https://www.screencast.com/t/jAQqPgZBTf

body .td-header-style-10 .td-header-gradient::before {
bottom: -4px;
}

Hope this helps you!

Thank you!

Post count: 497

Hi, I’ve applied the code and set the opacity to 0 and it looks fantastic. The problem I am facing that the mobile gradient color applied only applies to the sticky menu and not the default one.

I want to apply the gradient color to the default mobile header also.

I want this sticky color to the default one as.

Please look at the pic:

I want this:

https://ibb.co/554fKkD

On default header:

https://ibb.co/rpFHZz1

Also provide me the code to change the icons color to white.

Please look at the pic for further clarification:

https://ibb.co/zszTCLz

Hope your understand my point.

Thanks

Post count: 27744

Hello,

Please insert this code in Theme Panel -> Custom Code -> Advanced CSS -> Phones

body .td-header-wrap .td-header-menu-wrap {
background-color: transparent !important;
}
body .header-search-wrap .td-icon-search
{ color: #fff !important;
}
body #td-top-mobile-toggle i
{
color: #fff !important;
}

Will look like this => https://www.screencast.com/t/FmkugC6AuA .

Hope this helps you!

Thank you!

Post count: 497

Thanks Anamaria, the code works perfect this time 🙂

Again Thankyou very much for providing me this valuable support. Highly appreciate it.

Best Regards,

Post count: 27744

Hello,

Thank you for your kind words! I am glad to see happy customers!
If you have some questions regarding our theme, just let us know!

Have a nice day!

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