The article title underline feature is great, but I want to move the line up slightly, so that it betters aligns with the bottom of the title. Thanks!
Thanks for your reply Bettina.
Perhaps there is a way to do this using text-decoration: underline in CSS.
It gives the exact result I want, however, when the mouse cursor hovers over an image container, the title underline does not appear on the title in the same block.
But the standard underline feature does give this result on a mouse hover. Is there a way to use text-decoration: underline on a title and have it appear when the mouse hovers over the accompanying image?
Thanks!
Hello @aerytrstyr !
I’m not sure what you need to achieve, but this is the available functionality: https://app.screencast.com/17LS5blDEa70E
Thank you!
Thanks Bettina,
I’m talking about adding this to my website via CSS. I could use “text-decoration: underline” for this, but then the underline does not show up when hovering the mouse cursor over images, it only shows up on article titles. So I’m asking how this could be done? Thanks.
Thanks, I have done so already, this is my code:
.entry-title a:hover
{
text-decoration: underline!important;
text-decoration-color: #50b008!important;
text-decoration-thickness: 1px!important;
}
So this enables the underline on titles, but this underline does not show up when hovering over the image associated with the title. Could you please tell me what needs to be added to this code to make that happen? Thanks!
Hello @aerytrstyr !
Please let me know where you’ve added this code. Provide link and screenshots with the shortcode.
Thank you!
Hi there, the code was added to the custom CSS section of the theme, thus it applies to the entire website. Hope that gives you enough information.
Hello @aerytrstyr !
I required screenshots and a link. If you can not provide them here, then please contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– a link to this topic in order to identify you
We will take a look and try to help you asap.
Thank you!
Apologies for the slow reply, Bettina, I will contact you via email!