crazyforsavings
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Print a blockquote?Thanks tigtog, that’s an option! Do you have the name of a specific plugin to do this?
Forum: Fixing WordPress
In reply to: Background color not changingThank you, that worked!!
Do you happen to have an answer to my other question? I am trying to change the way my menu looks (home, about, stores, etc…). Instead of having it underlined, I would like the whole word to be highlighted when somebody scrolls over it.
Forum: Fixing WordPress
In reply to: page navigation menuOk I was able to change the color to how I want it, but now the dropdown menus are changed and I want them white. I also don’t want it underlined pink, I would like to have the whole section highlighted when you scroll over them just like how it looks in the drop down section. What do I need to change?
/* CATEGORY NAVIGATION */
#catnav { width: 620px; }
#catnav a:link, #catnav a:visited { display:block; z-index:100; padding:0 20px 0 0; line-height:55px; font: 14px Georgia, Times, Serif; text-decoration: none; color: #fff; }
#catnav a:hover { background:#000000; text-decoration: underline; }
#catnav li ul { margin-top: -15px; border-top: 1px solid #d8d8d8; }
#catnav li ul a:link, #catnav li ul a:visited { padding: 0 0 0 10px; }
#catnav li ul a:hover { color: #000!important; background: #d8d8d8; }/* PAGES NAVIGATION */
#pagenav { margin-top: 18px; }
#pagenav a { background:#9DDA4E; display:block; z-index:100; margin: 0; padding:10px 20px 10px 10px; text-decoration: hover; font-size: 18px; font-family: arial, sans-serif; color: #000; }
#pagenav li ul a:link, #pagenav li ul a:visited { padding: 0 0 0 10px; font-family: Arial, sans-serif !important; font-size: 14px; border: none; }
#pagenav li.rss a { padding-right: 25px; }Forum: Fixing WordPress
In reply to: Blockquote changes?I’m sorry it’s taken me so long to respond. Here is a page where I have a blockquote set up.
https://www.crazyforsavings.com/about/my-savings/
Here is what my current blockquote looks like set up in custom.css:
.entry blockquote { margin: 20px 20px 20px 20px; padding: 20px 20px 20px 20px; color: #000000; font-style: normal; background-color: #EEEEEFF; font-size: 14px; }
.entry blockquote p { }I would like for the whole thing to be indented a little bit on the left & right so it’s not stretch out with the other main text. Also, if I could have a dotted line border around it that would be great.
Forum: Fixing WordPress
In reply to: Blockquote changes?oh sorry, it’s https://www.crazyforsavings.com
Forum: Themes and Templates
In reply to: Change background color?Thanks for the info David. I am not familiar with all the things you are mentioning. I can’t access anything about my website except through ipage (the host I guess?). I have a ticket in with them to help me get it fixed. I will email you though if I still need help!
Forum: Themes and Templates
In reply to: Change background color?HELP! I tried the default.css file which worked, but once I exited out my background went right back to the old color. So, I went to the functions.php and tried to follow the directions from Digital Raindrops comment, and now I get this error message:
Parse error: syntax error, unexpected ‘?’ in /hermes/bosweb26c/b2800/ipg.crazyforsavingscom/wp-content/themes/bueno/functions.php on line 21
I can’t access my site or the dashboard to change anything. What do I do?!
Forum: Fixing WordPress
In reply to: Search result to show list not full postsWow, simple as that! Thanks!!
Forum: Fixing WordPress
In reply to: Problem with dates on postsNevermind, got it! Thanks for the help =)
Forum: Fixing WordPress
In reply to: Problem with dates on postsThanks! I got it to work, however now the actual post is a different color and the font changed. Any ideas on how to fix?