mayurjango
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] How to change menu color on hover overFor all menus, simply use the code:
.nav .menu-item:hover { background: #A4C639; }
??
Yes, you can check it here: https://test.webtrickz.com/
Forum: Themes and Templates
In reply to: [Hueman] Change sidebar background color completely till endHi bdbrown, I’ve finally setup a test domain to show you the changes and it should help you as well.
I’ve been able to change the sidebar background to white on index page but unable to do it completely on single pages. Eg: https://test.webtrickz.com/?p=9
The non-widget area isn’t changing to white. Also, how I can add a separator (like this https://i.imgur.com/QK86OYM.jpg) between content and sidebar?
Hi bdbrown, Thanks a lot!
That worked like a charm but the search box hides the logo in mobile mode. https://i.imgur.com/Rql7ZU8.png
Anyway to limit the implementation of this change only to desktop/tablet layout?
Forum: Themes and Templates
In reply to: [Hueman] Change sidebar background color completely till endI agree with your point. Will setup a sub domain and test the theme on it tomorrow. Will be beneficial for me and easier for you as well. ??
Forum: Themes and Templates
In reply to: [Hueman] Change sidebar background color completely till endHi, that’s not possible as of now as I’m optimizing the theme on local server using Xampp.
Hope you can get it sorted. Thanks.
Forum: Themes and Templates
In reply to: [Hueman] Change sidebar background color completely till endThis works but only for the homepage.
Also, how I can add a separator (like this https://i.imgur.com/QK86OYM.jpg) between content and sidebar?
Thanx in advance.
Forum: Themes and Templates
In reply to: [Hueman] Change the width of content area on single post pagesThis worked like a charm! You’re awesome bdbrown.
Thanks a lot. ??
Forum: Themes and Templates
In reply to: [Hueman] How to change the color of the sidebar?I also have the same query as “How can i extend the sidebar to go all the way to the post’s length?” It shows gray color in the non-widget area.
Forum: Themes and Templates
In reply to: [Hueman] Change the width of content area on single post pagesHi bdbrown, that worked up to a certain extent. But the header and footer area aren’t expanding to their full width, just have a 20px padding on both sides.
I want them to extend fully. Also, is it possible to apply this change on all site pages expect the homepage?
Screenshot: https://i.imgur.com/YALsLlV.jpg
Thanks again, You rock man!!
[ No bumping please. ]
Forum: Themes and Templates
In reply to: [Hueman] Change the width of content area on single post pagesHi bdbrown, Thanks for the smart suggestion.
I did exactly as you said but it’s not appearing like the way I want. Even though secondary sidebar has no content, it shows up and takes its space. I want the content area with primary sidebar to be center aligned.
Current situation screenshot: https://i.imgur.com/6aNAOa3.jpg
Look forward to a preferable solution.
Forum: Themes and Templates
In reply to: [Hueman] Alx Tab Widget – How to change the icon to textHello bdbrown, could you please take a look into my query regarding changing the width of content area on single pages.
P.S. The thread is posted recently.
Forum: Plugins
In reply to: Show advertisement only on home pageThis is the perfect code:
<?php if (is_home()) {
?>
Advertisement code which is displayed on homepage only
<?php
}
?>Replace home with single to display ad on single page only.
Cheers ??