Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #169417
    sewmuchblack
    Participant

    Hi there.

    I have two distinct problems with the two features I bought the Pro version of Catch Wheels for. I searched botht he manual and the FAQs for Font and Color problems and did not find both of my problems in the help sections so far.

    My website is: https://sewmuchblack.de if you want to look at it yourself.

    1) Whenever I customise my colour scheme in the Catch Wheels Pro theme, the “Button Border Colour does not register as the colour I want it to be. I try to set it to #dd3333 (like I color all the elements that are default to orange) in the Customisation menu, but no matter what I do, it changes to the default orange value as soon as I reload the age, even when the red colour is still chosen in the customisation menu.

    2) Whenever I try to change the Font thats used in the “Featured Slider” element at the top of the page, all changes result in a font that looks more like Comic Sans than the chosen font (Roboto, sans-serif in this case). I change the Fonts through [Customising > Theme Options > Font Family Options].

    Is this information sufficient to you to assess my situation? Feeld free to ask questions about my prblems and I will answer them.

    Best wishes,
    Martin

    #169448
    Skandha
    Participant

    @sewmuchblack: Hello Martin,

    1. There seems to be an issue with color options. The issue will be fixed and an update will be released soon. For the time being
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .button {
    	border-color:#dd3333 !important;
    }

    2. Also there seems be an issue with Headings Tags from h1 to h6 Font Family. This will be fixed soon an update will be released. For the time being
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .slider-content-wrapper.section .entry-title {
    	font-family:"Roboto", sans-serif;
    }

    Let me know if this works out!
    I will let you know when the issue is fixed an update is released. Thank you for reporting the issue.
    Kind Regards,
    Skandha

    #171487
    sewmuchblack
    Participant

    @Skandha thanks for helping me out! Allthough a bit late, I downloaded the update and now the borders and the fonts both work as expected.

    Side note: When I tried to download the update in my wordpress Update Manager on the Dashboard, the update could not get installed, since the path was not available. Can you test that on your side? I now installed the update manually (downloaded it from the catchthemes website and inserted it into my folder manually), but if you require the error message, I can git checkout the previous version and show you the message.

    #171497
    Skandha
    Participant

    @sewmuchblack: Hello there,
    You cannot directly update the theme from WordPress Update Manager in the Dashboard.

    Either you will need to replace the old folder by the new theme folder via FTP like you did or you will need to use Catch Updater Module in Catch Web Tools Plugin. You can check out the link for more link about updating to latest version of the theme.

    Let me know if this helps you out!
    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Problems in Customising both [Button Border Color] & [Title Font Family]’ is closed to new replies.