• Resolved visuals9

    (@visuals9)


    How can I change the footer width on the Post side?
    Why is the footer on the post-sides only 66.66% of the entry div?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for choosing Drop!

    You can change the width of the footer to the full screen like this:

    .site-footer {
      width: 100% !important;
    }

    Please copy & paste the code above into the “Custom CSS” section in the Customizer (Appearance > Customize), and it should take affect right away.

    Thanks for creating Drop!

    After changing the footer I would now like to change the colour of the upper green bar on all post sites (the ‘Blog’ background, currently #28805d), preferably also by using the “Custom CSS” section.

    Unfortunately I have no idea how to address this. PLease send a code snippet..;o)

    Thank you,
    Mark

    Theme Author Ben Sibley

    (@bensibley)

    Hi Mark,

    Sure, here’s a snippet you can use to change the color of that section:

    .page-header {
      background: #43b3c4 !important;
    }

    That will make it blue right away, so you’ll know it’s working. Then you can change the color code to any color you’d like.

    Great, thank you very much Ben!

    but…now the shadow of the header font still is green and that doesn’t exactly look nice. The main font colour (black?) is fine with me but if I could change the shadow colour to my choice it would be perfect!

    Sorry for being such a pain..

    Theme Author Ben Sibley

    (@bensibley)

    No worries! I should have thought of that.

    Here’s the CSS you can use to change the shadow on the page title:

    page-header h2 {
      text-shadow: -.063em .063em #43b3c4 !important;
    }

    And thank you again, now it looks the way I want it to.
    I love this design, great work!

    Theme Author Ben Sibley

    (@bensibley)

    Sure thing, glad you like it 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Theme Drop’ is closed to new replies.