Block 9 – removing dates

Posted in: Newspaper
Post count: 96

how do i remove dates on block 9 and decrease the font plus reduce the margin between one title to another

Post count: 96

Do i have to wait for hours to get a reply yet i can see u r replying to others or what is the criteria?

Post count: 20688

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

Post count: 96

I dont want to see the spacing between the titles, i need the titles to have small spacing like sentences,… http://prnt.sc/e2plss

Post count: 96

I had adjusted to 5px but that is still big

Post count: 96

and y should this http://prnt.sc/e2qr3y happen

Post count: 20688

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

Post count: 96

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

Post count: 20688

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

Post count: 96

Am trying to change the dashed line below the title on block nine through; BLOCK 9 settings – design options but does not reflect.

Post count: 20688

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

Post count: 96

still getting this even after disabling plugins; https://snag.gy/E701yI.jpg

Post count: 20688

Hi,

This must be the result of a plugin, please disable any image optimization tools such as photon of jetpack that you are using because it could create problems regarding the images, also clear your cache and see if the problem persists.

Thanks

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