Tagged: 

Viewing 14 posts - 31 through 44 (of 44 total)
  • Author
    Posts
  • #795820

    Hi again,

    Just made a new login for you and tested it. Please try again.

    #796687

    Hi,

    Thanks it works now. I have tried adding the code given to you:

    h2.woocommerce-loop-product__title {
        color: #94331b !important;
    }

    at the bottom of Quick CSS and it works just fine. :)

    Best regards,
    Nikko

    #797676

    I’m about to give up ;-(

    How do you mean it works? Now the titles under the products are red and the category titles are black … and still all capitals.

    To repeat my self …. before the update and without any css coding the product overview looked like this: https://goo.gl/9UyjB4
    Black letters ind big and small letters.

    The category overview looked like this: https://www.awesomescreenshot.com/image/2518180/92e7477f7452a17731189a6711f489c8
    The category titles where in black with big and small letters and the number was red.

    I really hope you can help fix it.

    Best regards
    Anine

    #798061

    Hi,

    We are very sorry for the confusion. We modified the code in the functions.php file:

    .woocommerce-loop-category__title {
        font-size: 12px !important;
        padding: 10px 10px !important;
    }
    
    .woocommerce-loop-category__title .count {
        color: #94331b !important;
    }
    
    .woocommerce-loop-product__title {
        color: #222222 !important;
    }

    Please remove browser cache or hard refresh before checking the page.

    Screenshot on our end: http://imgur.com/a/UPIhs

    Best regards,
    Ismael

    #798158

    Hi Ismael,

    That’s fantastic. Now the only thing missing is change the letters fra all big to big and small ind both category and product titles.

    Can you change that to?

    Best regards
    Anine

    #798952

    Hi,

    letters fra all big to big and small ind both category and product titles.

    I’m sorry but I’m a bit confuse with the sentence. Please explain it a bit further.

    Best regards,
    Ismael

    #799101

    Hi Ismael,

    Sorry for that.

    It was ment to say:
    Before the update the letters in the titles were with a capital first and then small letter (ex. Cloth) but now it’s all capitals (ex. CLOTH). An d we are talking the titles on category overviews and product overviews.

    Did that make sense?

    Best regards
    Anine

    #799153

    Hi,

    I checked your shop page when logged in and not, and there are some differences, I have cleared the cache from WP Fastest Cache and I the letters should be looking as it should be. Screenshot on private content.

    Best regards,
    Nikko

    #802126

    Sorry my client had deleted the test user. Please try again

    #802208

    Hi,

    I tried to login using the new details you have given but it doesn’t work.

    Best regards,
    Nikko

    #802215

    Do you have any idea why – when I test the user + password – I can log in but when I’m logged in I can see that the system has change me to my normal user account? Did that make sense?

    #802313

    Hi @AnineOlsen,

    Ensure that you have tried to disable all the plugins and check if there`s the same problem.

    Best regards,
    John Torvik

    #802438

    Hi John,

    Just deactivated and activated all the plugins but with no change.

    The titles on category overviews and product overviews where – before the update – with Upper and lower capitals (ex. Cloth) but now it’s all Upper capitals (ex. CLOTH).

    Could you please change it back or send me a css code to change this?

    Best regards
    Anine

    #802881

    Hi,

    ith Upper and lower capitals (ex. Cloth) but now it’s all Upper capitals

    Add this code in the Quick CSS Field.

    .woocommerce-loop-category__title {
        text-transform: none !important;
    }
    

    For new inquiries, please open a new thread or post because this thread is getting a bit too long.

    Best regards,
    Ismael

Viewing 14 posts - 31 through 44 (of 44 total)
  • The topic ‘Issues after upgrade to Enfold 4.0.5’ is closed to new replies.