Logo size - by sxmsushi - on WordPress WooCommerce support

This topic has 18 replies, 2 voices, and was last updated 5 years, 9 months ago ago by Rose Tyler

  • 17 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 16, 2018 at 10:46

    Hello,

    Please add this code in custom.css file:

    .header .logo img {
        max-width: 400px !important;
        width: 400px;
    }

    How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.

    Regards

    Avatar: sxmsushi
    sxmsushi
    Participant
    January 16, 2018 at 12:16

    Hello and thank you so much, works very well.

    But now the logo is not well centered since we have the cart widget on the right side. Would it be possible to put the cart widget in the upper header bar, instead of having the languages option on the left side?

    If so, what is the CSS code?

    Thanks much 🙂

    Victoria

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 16, 2018 at 16:26

    Hello,

    Try to select this header type – http://prntscr.com/i192ld and add this code in custom.css:

    .top-bar {
        background-color: white !important;
        border-bottom: 1px dotted #dbdbdb;
    }
    .top-bar a, .header-type-6 .top-bar li:before, .header-type-6 .cart-summ:before {
        color: #8e8e8e !important;
    }

    + disable “Use right side panel” option in Theme Options > Header.

    Also, it would be better to add custom css code for the logo in media query, like:

    @media only screen and (min-width: 768px) {
    .header .logo img {
        max-width: 827px !important;
        width: 827px;
    }
    }

    Regards

    Avatar: sxmsushi
    sxmsushi
    Participant
    January 16, 2018 at 18:07

    Thank you so very much.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 17, 2018 at 08:35

    You’re welcome!
    Let us know if you need any further assistance.

    Regards

    Avatar: sxmsushi
    sxmsushi
    Participant
    January 18, 2018 at 12:19

    Hello and sorry to bother you again but the logo is not responsive on smartphones?

    How can I do to make it responsive on smartphones and tablets?

    Thank you very much

    Victoria

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 18, 2018 at 13:09

    Hello,

    Please change this code

    .header .logo img {
        max-width: 827px !important;
        width: 827px;
    }

    to

    @media only screen and (min-width: 768px) {
    .header .logo img {
        max-width: 827px !important;
        width: 827px;
    }
    }

    Regards

    Avatar: sxmsushi
    sxmsushi
    Participant
    January 18, 2018 at 13:47

    You are amazing! What a great service!
    Thank you.
    Victoria

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 18, 2018 at 13:51

    You’re welcome!
    Have a nice day.

    Regards

    Avatar: sxmsushi
    sxmsushi
    Participant
    January 22, 2018 at 13:19

    Hello Rose

    I have a few more questions please :

    1) Where can I change the 2nd line on the front page ? (Under “Welcome to Epicure”

    2) Why can’t I add </br> on the text parts for the widgets on the front page, I’d like to make the texts more easy to read.
    Second line under “Owners? Join our Community !” and also the 3 widgets bow under it.

    3) How can I do to hide the WP dashboard to my subscribers? I would like them to only have access to their profile and no WP or WPML boards.

    Thanks

    Victoria

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 22, 2018 at 14:11

    Hello,

    Please create new topics for new questions. Thanks in advance.
    1-2. Your site under maintenance mode, so please provide us with temporary wp-admin access in Private Content.
    3. By default, subscribers do not have such full access. Please read this article about roles https://codex.wordpress.org/Roles_and_Capabilities. You may edit roles using some plugins, for example, https://wordpress.org/plugins/user-role-editor/
    But note that such questions do not relate to the theme, and if you need help with this, it would be better to contact WordPress support.

    Regards

    Avatar: sxmsushi
    sxmsushi
    Participant
    June 26, 2018 at 13:59

    Hello

    I’m working on a new website and I have problems with the statick blocks : I have a weird line on the words (not on the front page but on all the others)
    Could you help please?
    Thank you

    Victoria

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2018 at 14:10

    Hello,

    Your site under maintenance mode, so I can’t check it. Please provide temporary wp-admin access in the Private Content area.

    Regards

    Avatar: sxmsushi
    sxmsushi
    Participant
    June 29, 2018 at 23:47

    Please find attached in the private area.
    Thank you

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 2, 2018 at 09:25

    Hello,

    Please add this code in Theme Options > Custom css:

    .footer-top .widget-title:after {
        display:  none;
    }
    

    Regards

    Avatar: sxmsushi
    sxmsushi
    Participant
    July 11, 2018 at 17:20

    Hello and thank you very much

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 12, 2018 at 07:42

    Hello,

    You’re welcome!
    Would you mind to rate our product: https://themeforest.net/downloads
    That would be much appreciated 🙂

    Regards

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

You must be logged in to reply to this topic.Log in/Sign up

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