Hi, i want to remove the author name. I found a threat about this and copied the in the css section. It removes the author name. However the profile picture icons stays. How can i remove this?
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
.post-area.featured_img_left .grav-wrap a {
display: none !important;
}
Hi, i want to remove the author name. I found a threat about this and copied the in the css section. It removes the author name. However the profile picture icons stays. How can i remove this?
Hey,
Please provide the page URL so I may write up the custom CSS for this request.
Thanks
ThemeNectar Support Team
Hi Tahir,
See screenshot below. URL is not working as it is on a dev environment
Hey Again,
Try using these Options in here:
Thanks
ThemeNectar Support Team
Hi, That is already switched off. On the single page it is correct, but not on the overview page
Can you provide a demo page url with the settings you have so we can write up custom css for it?
Thanks
ThemeNectar Support Team
Hey Again,
Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Thank you fixe dthe issue :)