[Support request] Marketer Theme

Home Forums Support [Support request] Marketer Theme

Home Forums Support Marketer Theme

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1610619
    Dave Hayes

    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

    #1611016
    David
    Staff
    Customer Support

    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;
    }
    #1611052
    Dave Hayes

    David,

    Mate!!!

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

    Dave

    #1611145
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.