Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter hayleylarue

    (@hayleylarue)

    Hey 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.

    Thread Starter hayleylarue

    (@hayleylarue)

    Hmm, 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 :/

    Thread Starter hayleylarue

    (@hayleylarue)

    Thank 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?

    Thread Starter hayleylarue

    (@hayleylarue)

    It 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

    Thread Starter hayleylarue

    (@hayleylarue)

    It 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.

    Thread Starter hayleylarue

    (@hayleylarue)

    Hi 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.

    Thread Starter hayleylarue

    (@hayleylarue)

    Hi!

    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!!

    Thread Starter hayleylarue

    (@hayleylarue)

    So 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. πŸ™‚

    Thread Starter hayleylarue

    (@hayleylarue)

    That did the trick!

    Thank you so much!!

    Thread Starter hayleylarue

    (@hayleylarue)

    That 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.

    Thread Starter hayleylarue

    (@hayleylarue)

    No problem! I appreciate the information! Thank you so much!!

    Thread Starter hayleylarue

    (@hayleylarue)

    It worked!! Thank you so much! Does it matter where to put it in the Style.css?

Viewing 12 replies - 1 through 12 (of 12 total)