Archived topic
Having problem in archieve
7 replies · Started by Sanu Kumar on April 4, 2020
https://www.loom.com/share/e052da785d6d4d62a86d5da2ff474328
I am having a problem in an archive, author name and date are not on the same line, I don't want to show date below author name, how to fix this.
Also, how to add a shadow effect featured images in the archives section.
Apart from this, I would like to know how to make the date "bold". For example; "Last Updated On 14th February 2020", I would like to bold only "14th February 2020".
How to achieve this.
& I would also like to give gradient link hover effect in the archive section only.
` background: -webkit-gradient(linear,left top,right top,from(#ff8a00),to(#da1b60));
background: linear-gradient(to right,#ff8a00,#da1b60);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
text-shadow: none;
text-decoration: underline;
}
This code is not working, how to achieve gradient hover link (archive section)
URL: https://www.masteryblogging.com/seo/
Thanks
Hi there,
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
Let's tackle one thing at the time (please keep one question per topic in the future. Thanks!)
I am having a problem in an archive, author name and date are not on the same line, I don’t want to show date below author name, how to fix this.
I'm not sure if there is a good solution for this. There is simply not enough room for the whole line when the screen size is smaller. We could try changing the font size smaller on tablet:
@media (min-width: 769px) and (max-width: 1024px) {
.entry-meta {
font-size: 10px;
}
}
it doesnt work..may I know how to change size screen.
may I know how to change size screen
What do you mean?
You can also consider using just 1 column instead of two columns then this issue wouldn't occur as there is more room.
worked
Glad to hear :)