hayleylarue
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove Responsive DesignHey Rajan!
Is there any way to do it through CSS? Currently, due to my Cache plugin, no changes show up when made in a child theme… even when I delete the Cache.
Forum: Fixing WordPress
In reply to: Change Font Size through CSSHmm, that didn’t seem to work either. I did notice, I already had something in my CSS with .nav-primary .menu-item > a {
So I tried adding the !important; part, like so:
.nav-primary .menu-item > a {
color: #000;
font-size: .5em !important;
letter-spacing: 5px;
text-decoration: none;
}But even then, nothing changed again :/
Forum: Fixing WordPress
In reply to: Change Font Size through CSSThank you! It spaced out the letters, but did not change the font size. I have the code deleted from CSS for now, just because it made my nav turn into two lines with the letter spacing. Is there a different form of code to change the font size?
Forum: Fixing WordPress
In reply to: Can't Change Colors or FontsIt ended up being a plugin that was blocking all changes, so I disabled it… However, it still won’t let me change font color or the sides of my nav color for some reason
Forum: Fixing WordPress
In reply to: Can't Change Colors or FontsIt slightly worked. It changed the nav color bar, but left the text white, even when I tried changing it to #000… I had to change it back temporarily so it could be readable, but is there any way to do this without having to do CSS? I used to just go in and manually change them, but I think because I have done CSS in the past, it just doesn’t allow me to change anything. Because it’s not just the nav bar that I have issues with… I can’t change buttons, text, font, font size, or anything.
Forum: Fixing WordPress
In reply to: Can't Change Colors or FontsHi Geoffrey,
I’m trying to change the color of my nav bar color, along with the text color.
It is currently black with white text and I’m trying to change the color to #f8eaef with white text.
Right now I have:
.genesis-nav-menu {
clear: both;
color: #f8eaef;
font-family: ‘open sans’, sans-serif;
font-weight: 300;
font-size: 12px;
font-size: 1.0rem;
letter-spacing: 1px;
letter-spacing: 0.3rem;
text-align: left;
-webkit-font-smoothing: antialiased;
}.genesis-nav-menu .menu-item {
display: inline-block;
text-align: center;
}.genesis-nav-menu a {
border: none;
color: #f8eaef;
display: block;
padding: 25px 30px;
padding: 2.0rem 3.2rem;
position: relative;
text-align: left;
}.genesis-nav-menu a:hover {
color: #fff;
text-decoration: none;
}.genesis-nav-menu .current-menu-item > a {
color: #fff;
}As well as:
#adspace {
background-color: #f8eaef;
padding: 80px 0px;
}However, the colors don’t change.
Forum: Fixing WordPress
In reply to: Slider taking FOREVER to loadHi!
I was able to fix my image slider issue, but site going down is still a problem, unfortunately :/
I will check out the tool you mentioned, thank you!!
Forum: Fixing WordPress
In reply to: How to add Location to Blog postsSo I actually ended up figuring out how to add it as a taxonomy, and being able to check which location while creating a post… Now I just need to figure out how to actually get it to show up in my posts. ??
Forum: Fixing WordPress
In reply to: Add A Hover Color EffectThat did the trick!
Thank you so much!!
Forum: Fixing WordPress
In reply to: Navigation Bar Font Color IssueThat worked! Thank you!!
My last question would be how to change the hover color. I swear I did it in the style sheet, but nothing changed haha. When I hover over the main links, it turns to black.
Forum: Fixing WordPress
In reply to: Simple Social Media Icons Background HelpNo problem! I appreciate the information! Thank you so much!!
Forum: Fixing WordPress
In reply to: Simple Social Media Icons Background HelpIt worked!! Thank you so much! Does it matter where to put it in the Style.css?