Mobile Theme Design Options

Posted in: Newspaper
Post count: 7

I am having trouble locating design options for the mobile theme.

1. How to remove the category tags above the title? Unless there is a way to change the style from the “box” design. I would like to remove them.

2. Font options? How to change font styles, weights, etc for the titles?

3. Same goes for Font settings once you click a post.

4. Is it possible to only do a “Top Grid” design as you see in the top half of the image posted? Removing all the “Recent Videos”? And you only have the full length thumbnail images? Must have more than 3 of course. Thank you.

See below screenshot when answering questions.

https://s10.postimg.org/r6e2oxm61/IMG_5942.png

Post count: 23312

Hello ColtonPhiscator,

1)You should use a bit of CSS code if you want to hide the category tag for your mobile mode.

The code is ->

@media(max-width:767px){
.td-post-category{
display:none!important;
}
}

2)Unfortunately, our theme does not have any such an option that offers you a way to change the fonts for the mobile theme, sorry! If you want to change the fonts for mobile mode, you should try to use a bit of CSS to do that. Also, please notice that if you chose this way, the font which you called by CSS have to be loaded by the theme. Below, I give you an example for this ->

.td_module_mob_2 .entry-title{
font-family:Arial!important;
}

The result -> http://screencast.com/t/SOBs7If9

Unfortunately, this is the design for the front page of Mobile Theme. If you want to change the structure of it, please notice that you have to edit the core file which creates the front page, like this -> http://screencast.com/t/xK4NakUZ This is not a simple task and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thanks for your understanding!

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