Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #807339

    Hi Ismael, Rikard and Basilis,

    You help me through some issue regarding your latest theme update – see tread starting with #785288. In the last tread no. #802881 Ismael had finally fix all the issues.

    But now after yet another both theme update and WordPress update the problems are back ;-(

    When viewing the category and product overview on the frontpage and the webshop in Safari and Firefox they are back to all upper capitals and with the red number behind the category back to black.

    My client is furious and is seriously thinking of changing the theme.

    I really hope you can help me quickly.

    Best regards
    Anine

    #808113

    Hey AnineOlsen,

    Here is the code you can put in in your child theme style.css

    
    .woocommerce-loop-category__title {
    	font-size: 18px;	
    }
    .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
        text-transform: none;
    }
    

    Where did you apply the fixes before?
    If you need further assistance please let us know.
    Best regards,
    Victoria

    #808225

    Hi Victoria,

    I’ve added the css code to “Tibberup Child Theme Options” –> “General Styling” –> “Quick CSS” as your colleagues have told me earlier: https://www.awesomescreenshot.com/image/2584042/e5b38a19e03439324758e3bbe5bd20ba

    But it still isn’t working on either Firefox or Safari (I’m using the newest browsers).
    Safari: https://www.awesomescreenshot.com/image/2584062/fa9160ef4607f6a8a2ba1faa22e1753c
    Firefox: https://www.awesomescreenshot.com/image/2584059/2fda834b5bfddd457e881a7efcf896dd

    And I’ve cleared caches.

    I really hope you can help since this has been an issues since mid April.

    Best regards
    Anine

    #808421

    Hi,

    You can try to add the !important rule after the properties.

    Best regards,
    John Torvik

    #808970

    Hi John,

    I’ve added the !important but still the same errors when viewing the pages in Firefox and Safari ;-(

    #809949

    Hi,

    Best regards,
    Victoria

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