Dear Tagdiv team,
how can I let the headings of my articles appear underneath my articles?
I mean that no fonts appear on the photos as seen here for example: https://cupofjo.com/category/design/
And how can I change the size of my social media icons in my main menu?
Thanks a lot for your support and best wishes,
Luisa
Hi,
I don’t quite understand the problem. So the post titles are not appearing in the modules? that would be unusual. Some more details would be helpful, and a link to the website so I can inspect the problem.
For increasing the size of the icons either in the top bar or the main menu there is no setting unfortunately. However I could give you a code that you can enter in the theme panel custom CSS code section. it will increase the icons to a value of your choosing (modify the size in the code how you want). Example – http://prntscr.com/mukutj
.td-header-menu-social .td-social-icon-wrap i {
font-size: 18px;
}
Let me know.
Thanks
Hi Simion,
thanks for your fast response and sorry for my undetailed explanation š
My website is: style-is-ageless.de
I would just like to know how I can change the general setting (I guess itĀ“s “article display view”) that my article titles do not appear on the photo (On pages and categories as it is right now) but under it. It just happens with the smaller photos which are on the end at my “Startseite” for example. IĀ“m sure itĀ“s pretty easy to change but I couldnĀ“t find it so far š
And regarding the size of the social media icons IĀ“ll give my code talent a chance then š
Thank you very much and best wishes!
Luisa
Hi,
I believe I understand now. You want to display the post titles below the thumbnail, not over it. Most big grids display he title over the image, you can see theme all here
– https://demo.tagdiv.com/newspaper/big-grid-1/
There would be no setting to make the title display below the image in a big grid.
Blocks on the other hand are different, there are blocks that display the title below or next to the image. The predefined blocks can be seen here
– https://demo.tagdiv.com/newspaper/block-1/
There are also flex blocks, these have a great deal of customization options. Here are some designs made by us
– https://affiliate.tagdiv.com/#/load/Blocks
These designs can be imported with the cloud library plugin
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
So a solution would be to use blocks instead of big grids. With flex blocks you can even achieve the same design of grids.
Please let me know if you have questions or you need help with something. The code I provided above seems to work – http://prntscr.com/muyoez simply enter it in the Theme panel->Custom CSS section – http://prntscr.com/muyoq6
Thanks