Top – MENU MOBILE

Posted in: Newspaper
Post count: 49

Good morning friends!!!!!
I’m with some small problems with my website on the phone
I would like to resolve these small details if possible.

1 – It is possible leave the color, the submenu items category, with the color different from color of the main menu, and with black color with different hover?
The color here is confused with the background with black color
How to change the color of the box?
http://www.screencast.com/t/tZAjY1GTJ

2 – exist very white space above the menu in model 1…
I removed the box of the ADSense. I want to leave the fixed menu at the top.
You can leave the Model menu 1, fixed bonded at the top 100%,
Same as example in model 2 – image A (www.globo.com?
http://www.screencast.com/t/L7jBynrDat

Thanks for attention

Aldemi

Post count: 22421

Hello,

1) You can use this css to change the color, background-color and hover color of the category tags:
.td-animation-stack:hover .td-post-category{
background-color:red!important;
}
.td-post-category{
color:white!important;
background-color:grey!important
}

2) You can use this css to hide the container that is creating the space on mobile:
@media(max-width:767px){
.td-banner-wrap-full{
display:none!important;
}
}

Hope this helps.
Thanks.

Post count: 49

Thanks you my Friend Bogdan!

Aldemi

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