schatzab
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Changing Body Hyperlinks Color in Genesis Child Theme Cook’d ProAwesome! Glad you figured it out! Have fun with it. ??
Forum: Themes and Templates
In reply to: Changing Body Hyperlinks Color in Genesis Child Theme Cook’d ProIf you provide a link I’ll be happy to take a look at your code.
Also, I think I’m missing something as your example CSS colors are the same. If you’re talking about the underline changing, then your
a:hover
needs to stateunderline: none;
Finally, I always throw this in for good measure:
a:active a:link a:visited
Forum: Themes and Templates
In reply to: [Chosen] Remove page title/logoHi Dan! Can you share a link to the page you’re referring to?
Forum: Themes and Templates
In reply to: [Rams] How to get a sub-menu drop-down?My best guess would be to check out several of the sub-menu plugins https://www.ads-software.com/plugins/tags/submenu and see what gets you close to the look and feel of your example. If you need to, you may be able to replicate the effect simply by modifying the menu CSS by removing any background color or borders. That will give the submenu that floating look. A simple
background-color: none;
can do this.Forum: Themes and Templates
In reply to: [Rams] How to get a sub-menu drop-down?Go into your WP Admin page and go to Appearance > Menus. Under Menu Structure you can click on any of the down arrows on a current menu items and click the link that says “Under _____” (select them menu you want to be the parent navigation). It will then become a Sub Item (sub-menu).
If it still doesn’t show up after this, click on the tab “Manage Locations” and use the pull down to make sure that the menu you’ve been editing is selected as the primary navigation.
Forum: Fixing WordPress
In reply to: Media Library appears emptyFrom what this message says, I’d say your WordPress version is fine, but your PHP version needs to be updated. I’d try out the plugin again after you’ve done that.
Forum: Fixing WordPress
In reply to: Media Library appears emptyYou might check out the Add From Server Plugin here https://www.ads-software.com/plugins/add-from-server/ to properly bring over your images to the new server.
Forum: Fixing WordPress
In reply to: Change Browser Header TitleYou should be able to change this by going into your WP-admin page and click on Appearance, the Site Identity.