Site logo

Archived topic

Marketer Theme

3 replies · Started by Dave Hayes on January 8, 2021

Viewing posts 1–4 of 4

Hi Folks,

Need a bit of advice please. I am building out a new blog using the marketer theme, which I like a lot

I already have a blog using it, which is this one DaveHayes.co

However the new blog I am building on dave-hayes.com looks nothing like the above one.

What I am trying to do, and have done afdter following the documentation is have the Blue Top Bar, with the main tabs on it

I would also like to replace the Blue Top right panel on the sidebar with the orange one as seen on my first blog

I am trying to do what I think is the right thing, but for some reason, not getting vert far

Can you point me in the right direction please

Thanks

Dave

Hi there,

to move the Navigation below the Site Title/Tag line:

Go to Customizer > Header and uncheck the Navigation as Header.
Make sure the Customizer > Layout > Primary Navigation --> Location is set to Below Header if the layout doesn't change, and set the menu alignment to Left.

For the Sidebar color - go to Customizer > Additional CSS and change this:

.sidebar .widget:first-child, .sidebar .widget:first-child .widget-title {
    background-color: #83b0de;
    color: #fff;
}

to:

.sidebar .widget:first-child {
    background-color: #e86000;
    color: #fff;
}

David,

Mate!!!

Awesome Stuff, changed with ease, thank you. Brilliant!!

Dave

Glad to be of help

This archived topic is closed to new replies.