Couple of questions - by fvh - on WordPress WooCommerce support

This topic has 9 replies, 2 voices, and was last updated 9 years, 11 months ago ago by Eva Kemp

  • Avatar: fvh
    fvh
    Participant
    May 5, 2014 at 11:02

    Hi there,

    First of all love this theme! But got a couple of questions:

    1. I wan’t to hide the logo from fixed navigation? Can u provide me some custom css for that?
    2. After the logo is hidden I wan’t to center the menu buttons over nav bar? How to do that?
    3. How can I hide the search bar in header so that the logo stays in the middle of header?
    4. I’ve increased the text font size but now the ‘RETURN TO PREVIOUS PAGE’ isn’t alligned properly anymore… (ur;: http://roggeamsterdam.nl/?post_type=product)
    5. How can I hide the subtitles underneath page TITLE?

    THANKS!

    8 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    May 5, 2014 at 11:40

    Hello,

    All changes need to be made in custom.css file. Please view this tutorial how to create custom.css.

    1. To remove logo from the fixed header area you need add the following code in custom.css: .fixed-.fixed-header-area .fixed-header .logo-with-menu { display: none; }

    2. To center the menu add the code:

    .fixed-header-area .fixed-header .menu {
        float: none;
        text-align: center;
    }

    3. To remove the search box add this code:
    header .et-mega-search { display: none; }

    4. Insert the code below:
    .page-heading .row-fluid .span12 .back-to { top: -2px; }

    5. Do you wish to remove the subtitle as shown on the screenshot?
    subtitle
    If so you can do this in Theme Options > Header > Breadcrumb Type set to “Without title”

    Regards,
    Eva Kemp.

    Avatar: fvh
    fvh
    Participant
    May 5, 2014 at 12:04

    Thanks for the quick response….

    But i’ve enabled the custom css in theme options and add the code in wordpress > editor > default.custom.css file but nothing happened. What did I do wrong?

    Please, contact administrator
    for this information.
    Avatar: fvh
    fvh
    Participant
    May 5, 2014 at 12:29

    I’ve changed the name of the default.custom.css to custom.css, but the code for hiding logo in fixed nav bar and alligning of menu buttons don’t work…

    And when I set the breadcrumb: ‘without title’ the main title of the page disappears… I only wan’t to change remove hide the breadcrumb (not the main title)!

    Thanks!

    Avatar: Eva
    Eva Kemp
    Support staff
    May 5, 2014 at 13:07

    Try to use these ones:

    .fixed-.fixed-header-area .fixed-header .logo-with-menu { display: none !important; } and `.fixed-header-area .fixed-header .menu {
    float: none !important;
    text-align: center !important;
    }`

    If it doesn’t help please provide us with admin panel credentials.

    Regards,
    Eva Kemp.

    Avatar: fvh
    fvh
    Participant
    May 5, 2014 at 13:17

    No this isn’t working, also this code isn’t working (.page-heading .row-fluid .span12 .back-to { top: -2px: }) And how to hide the breadcromb under main title without removing the main title?

    I’ll send u admin details and ftp details. THANKS!

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    May 5, 2014 at 13:43

    I’ve edited custom.css.
    Please check your site if it’s showing correctly.

    Regards,
    Eva Kemp.

    Avatar: fvh
    fvh
    Participant
    May 5, 2014 at 13:48

    Yes! Great… Only the ‘return to previous page’ line has to go 2 pxl more to top.

    THANKS!

    Avatar: Eva
    Eva Kemp
    Support staff
    May 5, 2014 at 13:58

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 9 results - 1 through 9 (of 9 total)

The issue related to '‘Couple of questions’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.