broennimann on "How to edit text & hover color in Twenty Twelve?"
No, sorry, only Firefox and IE on this machine...
View ArticleAndrew Nevins on "How to edit text & hover color in Twenty Twelve?"
Open your site in Firefox, Right click on the footer text, Select 'Inspect element', Select the ":hover" state from the dropdown ontop of the text [screenshot], Look at the right-hand side of the...
View Articleesmi on "How to edit text & hover color in Twenty Twelve?"
Are you trying to change the link's colour? If so, have you tried using Firebug to locate the CSS you need to overwrite?
View Articlebroennimann on "How to edit text & hover color in Twenty Twelve?"
You have helped me - I figured it out. Thank you very much, Andrew!!!
View Articlebroennimann on "How to edit text & hover color in Twenty Twelve?"
Anyone interested: This did it in my child theme's style.css (pick any color you like, of course): /* footer color and hover */ footer[role="contentinfo"] a:hover { color: #ab2944; }...
View Articleknewnum on "[Theme: Pinboard] custom footer menu"
I want to add the menu to the bottom of each page so that the user doesnt have to go back to the top. I did this in the footer section by adding a custom menu but it puts it into a column as opposed to...
View Articlenoahjonah on "[Theme: Pinboard] custom footer menu"
Sounds like CSS. Maybe, Float the left
View Articlepaul.a.cunn@gmail.com on "[Theme: Pinboard] custom footer menu"
Did you try using the "Footer Wide" widget area as opposed to just the "Footer" area?
View Articleredwren on "[Theme: Pinboard] custom footer menu"
Hello, I want to do the same thing: have a footer menu & have nav items centered and run across the bottom as in "display block-inline". I also want my social icons to do the same on the bottom...
View Articlemindhaze on "Portfolio Posts Broken (kind of)"
When I used to add a new post to my portfolio it would provide a preview of the body of the post below the new ones added on my main page. http://www.texastruckworks.com/ For whatever reason when I...
View ArticleWPyogi on "Portfolio Posts Broken (kind of)"
If your theme is not working, you'll need to contact the developer here: http://themeforest.net/item/innotech-premium-responsive-wordpress-theme/2279300 In the meantime, try deactivating your plugins...
View ArticleSeacoast Web Design on "Portfolio Posts Broken (kind of)"
Why not add the content being searched for in the posts/pages (F-150, F150) ???
View ArticleSeacoast Web Design on "Portfolio Posts Broken (kind of)"
They can even be in a hidden div! Category/Tag or custom Page Templates could do the trick easily! HTML: <div class="f150">F-150, f-150, F150, f150</div> CSS: .f150 { display:none; } Proof:...
View Articlebritbrit on "how to remove search box &"Nothing found" at bottom of page..."
How can I remove the whole bottom section that says: "Nothing found" + "It seems we can’t find what you’re looking for. Perhaps searching can help." + Search box? I already deleted everything in my...
View ArticleSeacoast Web Design on "how to remove search box &"Nothing found" at bottom...
It seems we can’t find what you’re looking for The content being searched for or the url being navigated to does not exist when you see this. I already deleted everything in my footer css PHP functions...
View Articlembeezus on "Another header issue - how do I change the size limitations?"
I know we get a lot of header issues here but a new theme I am working with does not seem to use the typical header coding and I have failed to find a solution to the size limitations. The url is...
View Articlepaulwpxp on "Another header issue - how do I change the size limitations?"
The logo image of your site is a background image set in CSS, theme let you upload an image and use that to inject into the CSS. You alreay have Jetpack installed, so you could use the Custom CSS...
View Articlembeezus on "Another header issue - how do I change the size limitations?"
Thanks, but I do not know how to override the bits of code that I have not yet identified as the causes. My theme does not offer support which is why I came here.
View Articleesmi on "Another header issue - how do I change the size limitations?"
The wordpress.org support forums are meant for the core application, themes and plugins that are distributed on wordpress.org. We do not support themes downloaded from elsewhere.
View Articlepaulwpxp on "Another header issue - how do I change the size limitations?"
Try CSS specific forum, like this one for example. http://csscreator.com/forum Whatever code you got, use it in Jetpack's Custom CSS module.
View Article