How to Change Theme-TwentyTen Primary Menu backcolor/Font Color
-
Hi iam using Free Theme-TwentyTen for my blog https://sankharavam.wordpress.com. Everything is fine except the backcolor of primary menu and menu font color . How to change these..?
Thanks in advance.The blog I need help with is: (visible only to logged in users)
-
Hello
In order to make those color changes, you’ll need to upgrade to the premium or business account. At those levels, you have the ability to edit the CSS, which is how you’d adjust those colors.
You can read more about the plans at https://wordpress.com/pricing/.
If you do have the Premium or Business level account, let me know and I can walk you through editing those colors.
Hope this helps!
-
I am having a similar issue. I noticed there is an image edit button on the main image when I go to “Customize”, but not the image below the menu on my blog.
I have the premium level account, and I wish to change the image below my menu. Is there a basic CCS code I can use to plug in different images into that space? I have the theme “Shine On”, and the link to my blog is:
kcremembers.com -
@kcgreer17 – your theme is different than the one @sankharavam is using, so these directions will only apply to your site.
Here’s the CSS that you’ll need to edit to change that image:
.site-header:after { background-image: url("INSERT-URL"); background-size: auto 84px; }You’ll need to replace the content inside the parentheses and quote marks (the INSERT-URL part) with the absolute link to the new image that you want to use.
In order to get the absolute link, you’ll need to upload the image to your WordPress.com media gallery, and then find the URL section and copy the entire URL.
You may also need to adjust the background-size values in the above code as well so that the image displays as you’d like. The image in the theme is sized to 1712 × 168, do I’d suggest that you crop your image to the same size.
Here’s a link that shows you were the URL can be found in the image attachment details screen: https://en.support.wordpress.com/images/image-settings/
Hope this helps!
-
@melindahelt
Best answer I have received all day! Thank you! I will try it out and let you know how it goes! -
@melindahelt
I have changed it, but it is not staying. when I refresh the page, it goes back to the original photo. How to I “Save” the changes?? -
Are you following the steps to add the CSS (including the preview and save part) as explained here: https://en.support.wordpress.com/custom-design/editing-css/
If so, after you save, preview the page, and return to the CSS section, is the code still there (and the photo not showing)? Or is WordPress stripping out that code?
-
I was adjusting the CCS in the wrong place. I fixed it, and now I know how to change it over and over. Thanks again!
-
I was adjusting the CCS in the wrong place. I fixed it, and now I know how to change it over and over. Thanks again!
-
- The topic ‘How to Change Theme-TwentyTen Primary Menu backcolor/Font Color’ is closed to new replies.