Home Forums Basel support forum Timer style

Timer style

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #39540

    adil07
    Participant

    How do I change the timer style to white? How to change the size of the timer?

    Attachments:
    You must be logged in to view attached files.
    #39573

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for contacting our support center.

    Try to add the following code snippet to the Custom CSS area in Theme Settings to change it

    body .basel-product-countdown > span {
       background-color: white;
            color:black;
            min-width: 60px!important;
         height: 60px!important;
            font-size: 30px!important;
    }
    
    body .basel-product-countdown > span {
        color:black;
    }
    
    body .basel-product-countdown > span span {
        color:#777;
        font-size: 14px!important;
    }

    Kind Regards
    XTemos Studio

    #39622

    adil07
    Participant

    how to change the language of the timer? And take away the seconds?

    Attachments:
    You must be logged in to view attached files.
    #39666

    Artem Temos
    Keymaster

    Here is a video that demonstrates how to translate strings with Loco Translate plugin https://www.youtube.com/watch?v=tAFq1yTfWfU

    You can use this code snippet to hide seconds

    .countdown-sec {
    	display: none!important;
    }
    #39866

    adil07
    Participant

    How to change the font of the site? I uploaded a font through FTP. I want it to be used on the site as the main one.

    #39873

    Artem Temos
    Keymaster

    Unfortunately, there is no option to upload custom fonts in our Theme Settings. Here is an article that should help you upload and use your custom fonts with a bit of additional code customization https://premium.wpmudev.org/blog/custom-fonts-css/

    #39928

    adil07
    Participant

    how to change the style of photos?

    Attachments:
    You must be logged in to view attached files.
    #39930

    adil07
    Participant

    why can not I see the icons?

    Attachments:
    You must be logged in to view attached files.
    #39955

    Artem Temos
    Keymaster

    Hello,

    What style for images do you want to use there?

    And what icons do you want to see in the menu? Seems that you didn’t add any menu icons for your menu items.

    Regards

    #39961

    adil07
    Participant

    here are these icons

    Attachments:
    You must be logged in to view attached files.
    #39964

    adil07
    Participant

    like this

    #39966

    adil07
    Participant

    image style like this

    #39967

    Artem Temos
    Keymaster

    You need to specify all these icons for each menu item in Dashboard -> Appearance -> Menus

    #39968

    adil07
    Participant
    #39969

    Artem Temos
    Keymaster

    Thumbnails position option you can change in Theme Settings -> Product page.

Tagged: , , ,

Viewing 15 posts - 1 through 15 (of 15 total)