cmeister
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: My Extreme Facebook] – Increase total height of plug-inForum: Everything else WordPress
In reply to: Inline CSS to Custom CSSResolved.
Forum: Everything else WordPress
In reply to: Inline CSS to Custom CSSGood to know.
Thanks Andrew.
Forum: Fixing WordPress
In reply to: Google vs. Bing IndexingThanks Chris. Much appreciated.
cm
Forum: Fixing WordPress
In reply to: Bing vs Google in Search Results (Indexing)OK thanks.
I’ll keep plugging away at it.
Forum: Fixing WordPress
In reply to: Bing vs Google in Search Results (Indexing)Thanks catacaustic.
My site is not one that would be competing for a top spot in the search. It’s a site for a municipal candidate for city council. Her name is unique and is in her URL: www.candidate_name.ca
Knowing that, what would I need to focus on, to improve the site’s ranking?
Thanks
cm
Forum: Themes and Templates
In reply to: [Theme: Duena] – Can Appearance->Customize be customized?Thanks Stephen. Much appreciated.
Forum: Themes and Templates
In reply to: [Theme: Duena] Target a Word in Header with PHPResolved.
Forum: Themes and Templates
In reply to: [Theme: Duena] Target a Word in Header with PHPThanks for all the help.
Forum: Themes and Templates
In reply to: [Theme: Duena] Target a Word in Header with PHPOr I can use the Jetpack CSS plug-in? Is that correct?
Forum: Themes and Templates
In reply to: [Theme: Duena] Target a Word in Header with PHPIt’s self-hosted.
Forum: Themes and Templates
In reply to: [Hiero] Change Colors of Drop Down Navigation MenuForum: Themes and Templates
In reply to: [Theme: Duena] Target a Word in Header with PHPsdavis2702,
Thanks.
You mentioned pure HTML. Do I have access to HTML at all?
This WP install is hosted (not by WP).
Which HTML file would I be editing, and where is it located?
Thanks,
cm
Forum: Themes and Templates
In reply to: [Hiero] Change Colors of Drop Down Navigation MenuHi ahefner33,
Put your mouse over the text in question and right click. Select “Inspect Element” (Firefox) or equivalent.
You will see a “breadcrumb” path to the text you want to target.
It may be a class like .main-nav or .main-nav .navbar_inner or .main-nav .navbar_inner ul li a
In “Style.css” locate the class or ID
Copy the original line of CSS code. (e.g. background: #70048E;)
Comment it out.
Paste the copied code below the original code and modify the color.
Save. Refresh the site page and observe results.
Hope this helps.
cmeister
Forum: Themes and Templates
In reply to: [Duena] Center Nav Bar Menu BarHi rumoursband,
In “Style.css” look for div.logo or .logo
Add one of the above, if not in the .css file.
Then add: text-align: center;
For the navigation: Search for “site-navigation” and add margin-left: yypx (where yy is a number in pixels)
Hope this helps.
cmeister