Some questions

Posted in: Newspaper
Post count: 4

Hi I have some questions

1- Please see this screenshot http://gulf-up.com/do.php?img=267223
When I hover over a post title or sub-category title in the mega menu the title becomes white with the white background. I want to insert another color for the hover in mega menu

2- Please see this screenshot http://gulf-up.com/do.php?img=267222
As you see some sub-categories are hidden under this icon. Can I show all the sub-categories tags/buttons without being hidden under this icon (for all sizes: Desktop and Mobile and others)

3- I asked you this question before but just in case you didn’t understand me, I will rewrite it.
I have a background image in the (footer) but it does not fit nicely in the mobile so I want to remove it from mobile if it’s possible.

http://the-divine-mercy.org

Thanks

Post count: 22421

Hello,

1. You can use a css fix for it. Add this coed in the theme panel-> custom css box.
.td_mega_menu_sub_cats .cur-sub-cat, .td_mod_mega_menu:hover .entry-title a{
color:black!important;
}

2. Unfortunately the theme uses a sj script to hide categories under the dropdown when the screen size gets narrower. There is no simple way to prevent this functionality

3. In order to remove the image on desktop, please add this code in the custom css box:
@media (max-width:767px){
.td-footer-wrapper::before{
background-image:none!important
}}

Post count: 4

1- Thanks

2- We know a developer. Can you please provide us with a simple guide? What file do we have to edit or which file has the function that we want to edit?

3- Thanks

Post count: 22421

Sure!

Here is where the code is being created: https://www.screencast.com/t/WV6vHj0TdkI

Thank you!

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