• Hi All,

    I’m trying to do three things:

    1) Eliminate the tagline from displaying. Somehow I found a way to not display the title, but where do I eliminate the tagline?

    2) I have centered the logo and I do NOT have the “force logo dimensions” box checked… yet my centered logo seems constrained in size/height. How do I remove this constraint so the logo will be as big or small as I want it to be? Again, this is not a matter of unchecking a box… it’s unchecked!

    3) I’ve removed the boxes and shadow from around the menu by following this: https://www.themesandco.com/snippet/removing-menu-box-background-shadow/
    … But I want the menu to stretch fully across the screen, and right now it seems constrained horizontally (forcing one item to be on a second line). How might I force the menu to “widen” to screen width?

    And two other questions:

    4) Is there an easy way to add a secondary menu in the footer?
    5) Is there a url path for the style sheet editor…. ie, an equivalent to /wp-content/themes/customizr/style.css where the edits are stored?

    Thanks in advance.

Viewing 6 replies - 1 through 6 (of 6 total)
  • I’ll be loading some new Snippets today, so by the time you read this then I hope they’ll be there.

    1) See Snippets

    2)Link to your site might help us diagnose

    3) See Snippets

    4) I’d suggest using a Widget+Plugin. There are 3 Widget areas in the Footer One-Two-Three. I like the Plugin Widget Builder

    5) The core CSS files are found in customizr/inc/css/(color).css. If you want to change them, then would encourage you to use a Child Theme.

    Thread Starter matt84532

    (@matt84532)

    Thanks for the quick response! I’m looking forward to seeing the snippets and appreciate the help.

    2. The link to the site under development is: https://www.wabi.dreamhosters.com/ If you open the logo image in a new tab you’ll see it’s actually 675 X 687 pixels (I uploaded an oversized one as an experiment) but it’s rendering more in the 300 or less pixel range. Something in the CSS seems to be keeping the size of this logo down.

    5. Thanks! I am using a child theme, so I assume I just copy (for example) blue.css to the child theme and make changes there as I see fit?

    Thread Starter matt84532

    (@matt84532)

    For future reference if others are having the same problem, I was able to solve #2 (oversized logo being compressed despite not having the force dimensions bock checked in the customize section of themes) with:

    .row-fluid .span3 {
    width: 100%;
    }

    Thanks for that Matt – added to my box of tricks!

    Snippets have been published:
    Header
    Footer

    Did we fix all your problems?

    Thread Starter matt84532

    (@matt84532)

    Thanks rdell! I have a few issues I’m working on still, but two that seem above my skill set are:

    1) I would like to add a Facebook icon and a donate button to the left and right of (or left and right and above) the logo, which is now centered. IE:
    Facebook Donate
    LOGO

    2) I would like to add copy above the three featured pages on the homepage… ie, a title above the three featured pages.

    Any ideas where or how to start on these?

    Thread Starter matt84532

    (@matt84532)

    Ah, I see there is a snippet already for #2….

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Tagline, Logo, and Menu Questions’ is closed to new replies.