Hi,
If you want to remove the date on this block only use this code, enter it in Theme panel->Custom Css
.td_block_9 .td-post-date,
.td_block_9 .td-post-author-name span {
display: none;
}
Result – https://www.screencast.com/t/ZvlD2K6AwE4
Block 9 uses module 8 – https://www.screencast.com/t/Fe6MkxmEnHFl to modify the font settings go to Theme panel->Theme fonts – https://www.screencast.com/t/WNBhb353 and change it to what you like
As for the margin between modules it needs custom css, please specify how exactly you want them to be, and i will try to provide a solution. It would be best if possible to provide a link to your website or even a screenshot.
The answering order in the forum is by oldest topic to newest during the support hours.
Thank you for understanding
I dont want to see the spacing between the titles, i need the titles to have small spacing like sentences,… http://prnt.sc/e2plss
Hi,
Try this code, enter it in Theme panel->Custom Css, it removes the bottom padding and margin on the module
.td_block_9 .td_module_8 {
padding-bottom: 0;
margin-bottom: 0;
}
Result – https://www.screencast.com/t/O1CsrNnw
That problem with the thumbnail should not happen, some plugin could be causing this. Right now I do not see it in your site – https://www.screencast.com/t/NTRlWzeAe4
If you should encounter this problem in the future, try disabling all the plugins except Visual composer and see if it still occurs.
Thanks
I would like to get something like this http://prnt.sc/e35tqh
And is there a way i can use widgets on the static homepage
Hi,
Add this code in Theme panel->Custom Css
.td_block_9 .td-module-meta-info {
display: none;
}
Result – https://www.screencast.com/t/ANTUjEOX9
You can use any of the available widget elements from Visual composer on your homepage or in the sidebar, if you would provide more details I may be able to help you if you are having problems.
Thanks
Hi,
That border is set on the module and you can modify it using a code like this if you want to remove it
.td_block_9 .td_module_8 {
border-bottom: none;
}
Or to change it, with something like this
.td_block_9 .td_module_8 {
border-bottom: 1px solid yellow;
}
Thanks
still getting this even after disabling plugins; https://snag.gy/E701yI.jpg