-
Author
Tagged: read more button
-
May 24, 2015 at 23:01 #60006GandamParticipant
Hi,
Where do I go for changing the colour of “Continue reading or read more button” and “article header” in blog main page, also when hovering? I also noticed that you have your likes button in blue on your demo page, where do I change that as well, Thanks! 🙂
Attachments:
You must be logged in to view attached files.May 25, 2015 at 16:17 #60050sharmstrModeratorCOPY CODE.post-footer .muted { color: #000 !important; } .post-header .post-title a { color: red !important; } .post-footer .item-likes span, .post-footer .item-likes::before { color: #00b9f7 !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 25, 2015 at 20:08 #60089GandamParticipant@sharmstr – Thank you! 🙂 I saved the code in quick css for now, but which is the correct file to save it permanently, style.css? In addition, can you help me with the code if I want “read more button” to changing colour from default colour to blue when mouse pointer hover it, pls & thanks.
May 26, 2015 at 17:19 #60197sharmstrModeratorthere is no difference quick css and style.css except that quick css saves it do the db with your other settings.
COPY CODE.post-footer .muted:hover { color: #00b9f7 !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 27, 2015 at 00:30 #60243GandamParticipant@sharmstr – Thank you again! would this code work;
(.post-header .muted:hover {
color: #00b9f7 !important;
}if I want the article title to have same effect? Thanks
May 27, 2015 at 00:33 #60244sharmstrModeratorNo. Look at the codes again and see if you can sort it out. I know you can. 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 27, 2015 at 00:52 #60246GandamParticipant@sharmstr – I am really a newbie with coding skill, but I will learn. How about this;
.post-header .post-title:hover {
color: #00b9f7 !important;
}but it doesn’t work, what am I doing wrong here, thanks.
May 27, 2015 at 00:57 #60247sharmstrModeratorYou’re sooooo close. You’re missing one small thing. Look at it again.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
May 27, 2015 at 01:12 #60249GandamParticipant@sharmstr – Yooo!! I got it right finally and thank you for basic training…..haha!! 🙂
May 27, 2015 at 01:16 #60250sharmstrModeratorLOL. No problem.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.