sid88
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Litesite] commentsHi you will need to enable comments while adding post. It is a standard wordpress feature.
Forum: Themes and Templates
In reply to: [Litesite] Add feature image and sticky post to homepageHi Jen,
The Homepage shows Sticky post in the three boxes.
So while adding post just choose the option sticky post in the WordPress admin.That sticky post will appear on your homepage in the three boxes.
Let me know if there is any issue.
Thanks
SidForum: Themes and Templates
In reply to: [EzyReader] Menu AppearenceHello,
If you want to edit the hover color of the menu system.
Then please edit the dropmenu.css file line no.39
.nav ul li a:hover {
background-color: #118d78; <<< You can replace this color
transition: all 0.3s ease-in-out 0s;
}Please let me know if there is any other query.
Thanks
SidForum: Themes and Templates
In reply to: [Litesite] Change Background Image PositionHi starkjeff,
For changing the background image of the website you dont need to edit the css file.
Just go to WordPress customizer in the admin and set your background image as per your requirements.Regards
SidForum: Themes and Templates
In reply to: [Litesite] Change Menu ColorsHi starkjeff,
For changing the menu button color go the theme CSS folder and
open dropmenu.css file and change the color of this class.nav ul li.current-menu-item{
background: none repeat scroll 0 0 #00729E;
}Regards
SidForum: Themes and Templates
In reply to: [EzyReader] Link appearanceHi Sunny
Thanks you like the theme.
I will be soon updating the theme with some css and other fixes.
For the time being if you want to edit the appearance of link then in the css file go to line 29 and 92 and change the color
a {
color: #333333;
text-decoration: none;
}
.post a {
color: #333333;
text-decoration: none;
}