hpope
Forum Replies Created
-
I’m having the same issue… if a solution is identified could you let me know?
Forum: Themes and Templates
In reply to: [Ribosome] Menu Hover Color to Stick when SelectedI figured it out! Here’s the added code that did the trick for this theme:
.StartHere-nav.current_page_item > a {
color: #35b721 !important
}Forum: Themes and Templates
In reply to: [Ribosome] Menu Hover Color to Stick when SelectedThank you for the assistance. . . unfortunately it isn’t quite what I’m after. I have only one item in my menu that I want green when selected – the Start Here page. With the code provided it makes all my pages green when selected. I guess I don’t know how to isolate the code for a single menu item. (PS, my website now has the Start Here green all the time, not just during a hover – I preferred this structure for the time being.)
Forum: Themes and Templates
In reply to: [Ribosome] Decrease sidebar widget area sizeNot sure if you’re still looking for a solution, but I added this code to successfully reduce the sidebar:
/* For Large Screen */
#primary { width: 854px; }
#secondary { width: 200px; }
@media screen and (max-width: 1224px) {
#primary { width: 754px; }
#secondary { width: 200px; }
}
@media screen and (max-width: 1060px) {
#primary { width: 630px; }
#secondary { width: 200px; }
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
#primary { width: 590px; }
#secondary { width: 200px; }
}
@media screen and (max-width: 960px) {
#primary, #secondary { width: 100%; }
}Forum: Themes and Templates
In reply to: [Ribosome] Decrease sidebar widget area sizeI’m also interested in finding a solution to the sidebar size. . .
Forum: Themes and Templates
In reply to: [Ribosome] Recent Posts/Archives under Blog TitleYou know, I have the same issue, I’ve seen you mention widget issues twice, but I don’t see any widgets in “Ribosome: Below entries title”. My site is https://passportsandpostcards.com/. As a matter of fact though this issue is marked “resolved”, their site still shows the annoying “CATEGORY ARCHIVES: ____” – so, maybe it isn’t solved??
Appreciate your help!!
Forum: Fixing WordPress
In reply to: The home page is redirected to wrong pageI had this same “hiccup” and appreciate your help! Usually have a heck of a time finding a simple solution for my issues on forums – but this did the trick. THANKS