Forum Replies Created
-
Mod
Quote:I replied to the email but perhaps you didn’t get it….There is no email. All support is through the forum.
Because those blogs are on separate domains, you’re going to need a slider that will also grab that information from the other sites (kind of like scraping, but without storing the information on the site that it’s on). I’m not aware of one that will do that, as that kind of behaviour is generally frowned upon. But you may find one in the plugin repository.
Mod
In reply to: How do I remove the rectangle drop shadow appearing around the search button?
September 8, 2015 at 4:18 pm #45350#top_search button {
box-shadow: none;
}Mod
Ah, but you are running Graphene at the moment, not FJ, so I can’t be more precise. Sorry.
Mod
I moved your other post from the Graphene Suppport area to the Franz Josef Support area. Kindly follow up there.
Mod
Is it
.titelor.title?You can use developer tools (F12 on most browsers) or the Firebug extension for Firefox to nail down the exact element you are targeting.
Mod
In reply to: How do I remove the rectangle drop shadow appearing around the search button?
September 2, 2015 at 3:38 pm #45348That image (along with the shadow) is part of the master sprite image (which you can see here). You need to replace the entire image, using custom CSS like this:
#top_search button {
background: url("link to image you want to use") no-repeat scroll top transparent; */
}You can download the master sprite, extract the part you want using Photoshop or GIMP, and upload it to your media library. You can use the link you get there in the above CSS.
Mod
It may be a JavaScipt conflict with one of your plugins. Try temporarily disabling your plugins to see if the issue resolves itself.
Mod
This is why you should never edit theme files. Always use a child theme, instead.
Mod
In reply to: How do I remove the rectangle drop shadow appearing around the search button?
September 2, 2015 at 1:17 am #45346Are you talking about the search button in the top bar?
Mod
Did you get this sorted? (You didn’t edit theme or WP core files?)
