Shawberry Themes
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Gray Chalk] comments?Hello Siratis! I am glad that you like the theme and were able to find out how to make the needed changes:)
This is a free theme so customizations are minimal. However, the menu background color is an easy fix, if you are familiar with the style.css sheet.
All you would do is find the following code (around line 64 in css):
.main-navigation div.nav-menu > ul { background: url("images/GrayChalkBG.png") repeat scroll 100% 100% transparent; }
Then change the background to your preferred color code, for example:
.main-navigation div.nav-menu > ul { background: #434955; }
Thanks for your comments and feedback.
Shawna – Busy Momi Bee
Forum: Themes and Templates
In reply to: [Gray Chalk] comments?Hello onegirl1!
Go to Dashboard – Posts, hover over the blog title area and click ‘quick edit’. You will then have the option to ‘allow comments’.
Shawna – Busy Momi Bee
Forum: Themes and Templates
In reply to: [Gray Chalk] Menu not showingMy pleasure and thank you!:)
Forum: Themes and Templates
In reply to: [Gray Chalk] Menu not showingHere you go:
.main-navigation li a {
color: #373737;
font-size: 15px;That should take care of the rest of the menu bar tab/titles.
Thank you,
Shawna ~ Busy Momi Bee
Forum: Themes and Templates
In reply to: [Gray Chalk] Menu not showingSince, this is a free theme there are minimal customization options.
In order to make your desired changes, find the following codes in the style.css sheet. Replace the background: and color: to desired colors.
To change menu background color:
.main-navigation div.nav-menu > ul {
background: url(“images/GrayChalkBG.png”) repeat scroll 100% 100% transparent;
}To change menu tab/titles color:
.main-navigation .current_page_item > a {
color: #373737;
padding: 2px;
}Thank you.
Shawna ~ Busy Momi Bee
Forum: Themes and Templates
In reply to: [Gray Chalk] Menu not showingHello! I checked your site and the menu area looks as it should. Did you still need assistance?
Forum: Themes and Templates
In reply to: [Twenty Twelve] How to make the font the same as the restHello!
It looks like the font at the bottom is pulling from Twenty Twelve style.css(around line 493).
body.custom-font-enabled { font-family: "Open Sans",Helvetica,Arial,sans-serif; }
If you replace “Open Sans” with your Admina font it should fix the problem.
Forum: Themes and Templates
In reply to: Hover color changeHello Patrick!
Try adding this to your style.css code around line 521:
#navigation .sf-menu ul li a{ background: #373737; }
Substitute with the color code of your choice.
Shawna B.
Hello Jewelz11!
Since, this is a free theme there is minimal customization options.
As listed above you can change this code in your style sheet:
.main-navigation div.nav-menu > ul {
background-color: #50BAE2;
text-align: center;
}You would then replace the color code. Assuming it is just the blue background color you are trying to change.
If you still need assistance, send me an e-mail (with link to your site) to: [email protected] and I would be happy to help:)
Hello Randall! No problem…I am glad you like the theme:)
Add this code to the style.css file and this should solve that problem:
.site-header {
margin-top: -30px;
}You can then manipulate the pixels (px’s) to adjust to your liking.
Thank you,
Shawna – Busy Momi Bee
Hello Randall! I am glad to see you were able to fix the problem with the menu. I would have recommended the second option that you chose. I had that question posed by others, so glad that you listed it here in the forum. Thank you:)