Hello team,
I wonder if it is possible to make some simple modifications in tagdiv mobile plugin, to improve the visual aspect. This plugin allows me to get very good scores in the google tests, but being honest, aesthetically it is not very functional. It would be great if you could enable more configuration options for the mobile version.
My doubts are:
1. How can I change the default font used for H1, H2, H3 and for the text of articles and pages? I would like to change the font and size.
2. How can I center the “category” box and change its color? (mobile versión ofc)
3. How can I have the contents of the sidebar displayed after the related articles?
https://fotos.subefotos.com/7ad041e52fcc20137c25b8400ebf1a10o.jpg

Cheers
Hello !
The Mobile theme was specially designed for optimization on mobile devices. Unfortunately on mobile theme you cannot do much changes of design. If you want to have the same design as on desktop mode you can achieve that by simply disabling the mobile theme. Cloud templates and sidebars are included. They do no work while having mobile theme.
We can achieve your first 2 question using a custom css code if you are kind to provide a url to your page so we can help.
We are sorry for the inconvenience !
Thank you !
Hello,
Yes, I understand, so it’s faster to css load. But it would be great to implement new options for the mobile version. Bearing in mind, that is the future.
Yes, the url of my site is: https://cutt.ly/Kh1j2X
Thanks
Maybe it’s an absurd question, but there it goes:
Is it possible to use mobile tagDiv only for entries/post? That is to say, keep the rest of my page the same and only apply the mobile plugin to the publications, not to the home page, nor to the categories, only to the publications.
Hello !
Unfortunately you cannot use the Mobile theme only for the posts. But thank you for your suggestions !
For the question 2 and 3 here you have the codes:
.td-module-meta-info {
text-align: center;
}
.td-post-category {
background-color: red;
}
.td-big-grid-meta {
text-align: center;
}
The result is this: https://www.screencast.com/t/H6LLaCmonZu
You will have to paste the code here: https://www.screencast.com/t/50DXzDyAIL
And for the first question please point out what text would you like to change because that requires custom css code and it would be hard to change all the text.
I hope this was helpfull !
Thank you !
Hello,
Thank you so much for your help.
For question 1, I refer to the text of the articles, using the tagdiv mobile plugin, how for example here (see from mobile): https://cutt.ly/ak9x1k
https://fotos.subefotos.com/d51845a6a916d57f31da1344c2d1af73o.jpg

When the tagdiv mobile plugin is active, the theme does not respect the manually chosen typography from the theme control panel. Can I change it in any way?
Thanks
Hello !
.td-post-title {
font-family: Arial;
}
.td-post-content p{
font-family: Verdana;
}
.td-post-content h2 {
font-family: verdana;
}
Try this codes and you can change the fonts I tried. The first one si for the H1, second for content, 3rd for H2.
Let me know how this works !
Thank you !
I don’t know what is happening here today, I was first expelled, then my license was expired and now I can write. But this is the third time that I write and when I send the information, everything disappears… I’m already angry.
Ok, Im using this code:
.td-module-meta-info {
text-align: center;
}
.td-post-category {
background-color: white;
color: gray;
}
.td-big-grid-meta {
text-align: center;
}
.td-post-title {
font-family: Catamaran;
}
.td-post-content p{
font-family: Catamaran;
}
Is it possible to remove the “category” from the “featured” articles?
https://fotos.subefotos.com/708f6d0cc9067d1e9f6ce5c8e55cf116o.jpg

I’m trying to put the “Catamaran” font all over my blog. In everything, to avoid loading multiple fonts. But I don’t know if this is working.
https://fotos.subefotos.com/d97c852f4ad5f81f9a8cb3444e2e80e6o.jpg

Can I change the font size and bold (300/600/500/600)? How?
Is there any way to choose a single font for the whole theme?
thanks, Jose
-
This reply was modified 7 years by
Jose.
Hello !
So for your first question please try this code:
.td_block_big_grid_mob_1 .td-post-category {
display:none
}
If you want to use the same font all over the site I suggest you to go into Theme Panel – Theme Fonts and there you can edit the type of font all over the site and also you can use different options for different places where your font is used. Please take a look at our documentation here: https://forum.tagdiv.com/font-customization/
Also take note that for the changes in theme panel to work you will have to delete the custom codes I provided for font change.
I hope this was helpfull !
Thank you !