kentsanders
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I change the navigation bar color in Standard theme?Manovotny, thank you! I appreciate your help. I feel so stupid – I’m actually a member of the support forum, but I forgot about checking there. I was so busy searching on www.remarpro.com it didn’t occur to me to check there. I will definitely do that next time! Thanks for the code – I will check that out.
ChiefWigs1982, thanks for asking – I’m just going for a solid color.
Forum: Fixing WordPress
In reply to: How do I change the navigation bar color in Standard theme?Thanks Jon! I have tried playing with the colors in my code below, but nothing seems to work. I deleted all the lines except for the background-color line, and also tried it with leaving the last “prodig…” line. Can’t seem to get any results.
Any thoughts on what I may be doing wrong?
.navbar-inner, .navbar .fill {
background-color: #202020;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(32, 32, 32)), to(rgb(28, 28, 28)));
background-image: -webkit-linear-gradient(top, rgb(32, 32, 32), rgb(28, 28, 28));
background-image: -moz-linear-gradient(top, rgb(32, 32, 32), rgb(28, 28, 28));
background-image: -o-linear-gradient(top, rgb(32, 32, 32), rgb(28, 28, 28));
background-image: -ms-linear-gradient(top, rgb(32, 32, 32), rgb(28, 28, 28));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr=’#202020′, EndColorStr=’#1c1c1c’);
}Forum: Themes and Templates
In reply to: Need help changing width of Standard themeForgot to include my site – it’s artistssuitcase.com
Forum: Themes and Templates
In reply to: Need to change the font and line spacing of post contentThat worked – thank you!!!!
Forum: Themes and Templates
In reply to: Need to change the font and line spacing of post contentYes, sorry – it’s up now.
Forum: Themes and Templates
In reply to: Need to change the font and line spacing of post contentGot it, thanks! That works perfectly, except that the line spacing doesn’t take effect with the numbered list in the post. Any suggestion on how I can make the same spacing apply to any numbered or bulleted lists?
Pete, thanks for the info. What might be a website or two where I could advertise a job like this?
You mentioned plugins for social media buttons. I know there are a ton of plugins out there, and I use several already. Is there a plugin you’re aware of that will move the social icons to the lower nav bar?