Hi How to remove the black color on the Block1 Photos

Posted in: Newspaper
Post count: 20

Hi, We are seeing a black color transparent region on the photos on Block22 grides. please check the site on the homepage.

https://thenewstown.com/

We want to remove that could you please let us know how to remove that.

  • This topic was modified 8 years by prismss.
  • This topic was modified 8 years by prismss.
Post count: 22421

Hello,
If you do not show any meta info, then you will have to remove it with css.
Please add this code in your theme panel-> custom code section under custom css:

.td_module_17 .td-module-meta-holder{
background-color:transparent;
}

Thank you!

Post count: 20

Yes, it worked. Thank you very much.

Post count: 20

Hi,
I want to ask one more question. My site is loading almost 7 -8 seconds. I want to reduce that to almost 2 seconds. Could you please suggest me how I can make that one thing is I cannot takeout any content or videos.

Post count: 22421

Hello,

Please use this guide: https://forum.tagdiv.com/how-to-make-the-site-faster/

Thank you!

Post count: 20

Hi,
How do I change the color of social network icons on Post pages?
Please check the link. The icons above the Image. And text for Facebook and Twitter I want to remove and make just make like the same size of G+ or Pinterest. I want to change the color of all icons to black. Please help.
https://thenewstown.com/me-too-in-congress-threatens-to-overshadow-state-of-union-address/

Post count: 20688

Hi,

I believe this is what you are looking for – https://www.screencast.com/t/ku1jEvYa
If that is correct enter the code in Theme panel->Custom CSS section

.td-default-sharing .td-social-but-text {
display:none;
}
.td-default-sharing .td-social-sharing-buttons {
background-color:black;
}

You can also change the color of the icons if needed, like this
https://www.screencast.com/t/c4hkFH4Eh

Thanks

Post count: 20

Thanks a lot, Simion. It worked for me. I have changed little and here is the link.

https://thenewstown.com/rubique-enters-into-a-strategic-partnership-with-optacredit/

Is there a way I can keep the black border for each icon favorably round border and color change on mouse hover.

Thanks

Post count: 20688

A border can be set like this correctly – https://www.screencast.com/t/XbJhqTJFl

The socials can change color when hovered, like this
https://www.screencast.com/t/moavr6sP

.td-default-sharing .td-social-sharing-buttons:hover {
color: yellow;
}

Even the border can change colors when hovered – https://www.screencast.com/t/TEjyrowe4lc
All depends on how you want them to be, experiment with these suggestions.

Thanks

Post count: 20

Thanks a lot it worked.

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