• Is countdown only for Sportspress pro or both?
    If both…

    Then please tell me how I can add or create the countdown. πŸ™

Viewing 11 replies - 1 through 11 (of 11 total)
  • Roch

    (@rochesterj)

    Hi!

    Thanks for your message!

    The free version also has the countdown widget. You can see it under Appearance > Widgets. You could also use the shortcode:
    https://support.themeboy.com/article/100-countdown-shortcode

    Thanks!

    Thread Starter valityqueen

    (@valityqueen)

    It’s not popping up when I try to use it.

    EDIT: Solved. πŸ™‚

    • This reply was modified 7 years, 6 months ago by valityqueen.
    Thread Starter valityqueen

    (@valityqueen)

    How can I change its appearance?
    And if it’s through CSS code, then please tell me the code and how it works.

    • This reply was modified 7 years, 6 months ago by valityqueen.
    Roch

    (@rochesterj)

    Hi!

    That’s great, I’m glad that this worked fine πŸ™‚

    Please send us an example and what you want to change. This is done via CSS indeed, so we can send you the code for that.

    Thanks!

    Thread Starter valityqueen

    (@valityqueen)

    My Snipping tool had limited colors but here we go
    Here’s the dark blue #1e4dbc
    The red is supposed to be light blue #1f68c6

    Sample: https://imgur.com/a/RDnZvAB

    If the sample isn’t possible through CSS “I don’t much about css”, then do something explosive looking good that will make one addicted by looking at it.
    You can also change its whole appearance if possible.:))))

    Please use this link to get an idea of it plus /home/ is neccesary, since neptunstars.com is just my simple customed site and since i’m teaching my self hehe.
    http://www.neptunstars.com/home/

    • This reply was modified 7 years, 6 months ago by valityqueen.
    Plugin Contributor Savvas

    (@savvasha)

    Hi @valityqueen,

    I am not sure if that was what you wanted but please try to add the following CSS code at SportsPress->Settings->General->Custom CSS

    time span, h3.event-name a {
        color: #1f68c6 !important;
    }
    time span, h3.event-name {
        background: #1e4dbc !important;
    }

    Thanks,
    Savvas

    Thread Starter valityqueen

    (@valityqueen)

    Hehe close.
    I see it’s only limited to change its text and background thing, HOWEVER is it possible to change background thing behind text with a picture?

    Plugin Contributor Savvas

    (@savvasha)

    Well, you can play with background-image css property πŸ˜‰
    https://www.w3schools.com/cssref/pr_background-image.asp

    Thanks,
    Savvas

    Thread Starter valityqueen

    (@valityqueen)

    Where’d I upload my image to get my css code work properly?

    • This reply was modified 7 years, 6 months ago by valityqueen.
    Plugin Contributor Savvas

    (@savvasha)

    You can use the default media upload function of WordPress. The image will be inside /wp-content/uploads/ folder.

    Thanks,
    Savvas

    Thread Starter valityqueen

    (@valityqueen)

    Thanks and one more last thing…
    How can I remove the search feature from (I think it’s called a header for menu or something???)

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Countdown’ is closed to new replies.