Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1095996

    Hi, I would like to these changes.
    1. Resize mobile logo: It’s pretty big now
    2. How can I add two different fonts for Heading and Body? I use TinyMCE Advanced and when I try to add import font, it doesn’t change. I mean the contents that already published didn’t change after I imported font. For Instance, I imported Montserrat font to change both body and Heading but Headings was still Helvetica and also Montserrat doesn’t show bold even I chose B version.
    3. My footer shows very ugly on mobile version, Is there anyway to make it pretty?
    4. Look at services page on mobile. Headings are ugly and line height is not enough. Could you please fix this as well?
    Thanks

    #1096210

    Hey rezaGif,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - Logo size on mobile */
    
    @media only screen and (max-width: 767px) {
       .responsive .logo img,
    	#top .logo {
           max-width: 50% !important;
           width: 50% !important;
     }}
    
    
    

    Please make sure to clear the cache to view the changes.

    Best regards,
    Vinay

    #1096212
    This reply has been marked as private.
    #1096263
    This reply has been marked as private.
    #1096880

    Hi rezaGif,

    The code Vinay gave you is correct. There might be an error in your Quxik css and so the code does not apply.

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
      ( do be sure that we have enough time to debug ).
    5. Click ” Submit “.
    6. You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.

    When your issue is fixed, you can always remove the plugin!
    If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.

    Best regards,
    Victoria

    #1097825

    Hi, I created a user for you guys. Would you please fix the footer and font as well?
    Thanks

    • This reply was modified 5 years, 6 months ago by rezaGif.
    #1098761

    Hi,

    I tried to troubleshoot this issue but the login credentials you provided do not work for me. Would you mind checking once again and then send us working login credentials?

    The user role for the account you send us should be set to ‘administrator’ so we can try to disable all plugins and add custom code (if necessary) to resolve the issue.

    Best regards,
    Vinay

    #1098762

    Hi sorry my bad!

    #1099759

    Hi rezaGif,

    There were errors in your Quick css, I added missing braces and the code started working.
    Please check.

    Best regards,
    Victoria

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