Questions about mobile theme

Posted in: Newsmag
Post count: 17

Hi,

I have three questions regarding the mobile theme.

1) Is there a way to disable the search icon?
2) Is there a way to make the post title font bold?
3) Is there a way to disable categories on the home page?

Post count: 23312

Hi,

All of these tasks can be made if you will use such a custom CSS code. You can provide your website URL so I can take a closer look at it and also, so I will be able to provide a more accurate response.

Thank you!

Post count: 17

Website: gulfcoaststormcenter.com.

Note: I currently do not have the mobile theme enabled.

Post count: 23312

Hi,

You need to enable the mobile theme so I can provide you some code for that.

Thank you!

Post count: 17

Hi,

Thank you for the response.

I have enabled the mobile theme at your request. I would like to add one more question to my original list.

Could you also make a snippet of code to remove/hide “latest articles” on the mobile homepage?

Thanks in advance!

Post count: 23312

Hi,

You can try the code below and place it in Theme panel -> Custom CSS code.

@media(max-width:767px){
.td-icon-search, .td-post-category{
display:none;
}
}
.td_module_mob_2 .entry-title {
font-weight: 800;
}

Thank you!

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