heard to see

Posted in: Newspaper
Post count: 8

its very heard so see the arrow
how i change them the color for all time?

lets say green or blue
see pic

View post on imgur.com

View post on imgur.com

thanks

Post count: 22421

Hello,
If you want to highlight the pagination buttons, you can do it with this code:
.td-next-prev-wrap a{
border: 2px solid #0088ff!important;
}
.td-next-prev-wrap a{
color: #0088ff!important;
}

Thank you!

Post count: 8

thanks.
how i remove the mobile menu
the rtl destory him and he not work just stand there
want to remove it on the mobile
what to del/ change
(see pic)

also you was before and newpaper verson that support rtl
where i can download it?

thanks
http://i.imgur.com/Vl8cnBy.jpg

Post count: 22421

Hello,

You can remove the mobile menu by using this code:
#td-top-mobile-toggle{
display:none!important
}

Unfortunately there is no version of newspaper that supports RTL. There was a version a long time ago but we since then gave up support for it as the theme got m,ore and more complex, the css file size increased dramatically and rtl was removed from the theme options. This was a choice made by the developers.

Thank you!

Post count: 8

where i put it?

costom css?

Post count: 8

i want to remove all the bar
its just remove the menu button
if i put in on the costum css

Post count: 22421

Hello,
If you want to hide all of the menu bar, you can user this code:
@media(max-width:767px){
.td-header-menu-wrap-full{
display:none!important;
}}

Add it in the custom css spot of the theme panel.
Thank you!

Post count: 8

thanks
last thing

how i remove the space between the menu to the page or make it closer
see pic

thanks

https://i.imgur.com/pMglte4.jpg

Post count: 22421

Hi,
Please provide a link to your site as css is very specific and I have to inspect the site and provide the proper code that fits your layout.
Thank you!

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