• Resolved katherinewredd

    (@katherinewredd)


    I would like to move the navigation bar into the blackbar. Is that possible? I have played around with it a bit in the editor, but can’t seem to make it work. Although, I am a newbie to WordPress, so I am not super familiar with how to make changes in editor. Thanks for your help!

    Katherine

Viewing 8 replies - 1 through 8 (of 8 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If this change is not apparent through the dashboard, you should set up a Child Theme or use a Custom CSS plugin to implement your changes, rather than editing and modifying the theme’s files.
    Does that theme come with an area in the dashboard named something like, ‘Custom CSS’ ?

    Thread Starter katherinewredd

    (@katherinewredd)

    Yes, it does. I’ve installed the Custom CSS manager. Thanks for your help!

    Any suggestions on the CSS I should enter in order to make that move happen?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Have you a link to the webpage at-hand?

    Thread Starter katherinewredd

    (@katherinewredd)

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If I’m understanding correctly, does this CSS replicate your needs;

    .navbar {
     background-color: #000;
    }

    Can you try adding this in the Custom CSS section?

    Thread Starter katherinewredd

    (@katherinewredd)

    Hmm unfortunately that does not do it. In the theme, the navigation bar is at the bottom of the page, and I would really love for my navigation links to be “inside” the blackbar under the “fit for life” logo. Thoughts? I really appreciate all your help!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In that instance, a Child Theme is imminent as you’ll need to add the same function that calls the navigation from the footer file, into the header file.

    Have you a Child Theme?

    Thread Starter katherinewredd

    (@katherinewredd)

    Okay, great, I will implement that. Thanks again for your help!

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

The topic ‘[Theme: Vintage Camera]’ is closed to new replies.