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

    Hi
    I want to change the title in the events countdown in the title of the event and not “upcoming: title of the event”, Also I would like to decrease the font size in the title
    Can you help me?

    Greetz
    Karin

    #1281670

    Hey CatharinaLeloux,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1281688

    Hi Victoria
    This is the link to the page: https://www.ringdorpdreischor.nl/test/

    I would like to get rid of the word “Aankomend”in the title of the events countdown and i would like to decrease the font size in the title.
    Is het possible also to change the font color in the title?

    Hope you can help me
    Greetz
    Karin

    #1281792

    Hi Karin,

    You can use this code to change the looks of the title:

    
    #top h3 .av-countdown-timer-title {
        font-size: 20px;
        color: green;
    }
    

    But to change the text you will need to modify the element template. Do you know any PHP?

    Best regards,
    Victoria

    #1281855

    Hi Victoria
    So glad you picked up my thread; i know a littlle bit of php; so if you will guide me i am sure it will work out

    Greetz
    Karin

    #1282070

    Hi Karin,

    Actually, I think it’s easier to change the translation.
    Image 2021-02-18 at 20.27.11.png

    You can edit this file /enfold/lang/nl_NL.po, compile the .mo file and upload both files to the child theme.

    Here are the docs for you:

    Best regards,
    Victoria

    #1282431

    Hi Victoria
    I don’t really understand what yoy mean …; the title text is “Aankomend” followed by the title of the event.
    I only want the title of the event in the title text..i don’t want “Aankomend”in the title text…
    Btw: i dont have a events_countdown php-file; only:
    countdown.php (config-templatebuilder/avia-shortcodes/countdown/countdown.php)

    Greetz
    Karin

    #1282433

    Hi Victoria
    I managed to delete “Aankomend” in the title text!
    I found the php-file and made changes in the php-line 519.

    Thans for your support!
    Greetz
    Karin

    #1282509

    Hi Karin,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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