• Resolved miltonkd7

    (@miltonkd7)


    Good afternoon,

    I need help editing the footer of my website.

    In the Footer C section of my website, I have a segment called “# of XChangers.” The number 302 at the moment represents the number of users on the site. Can I change the font type of this number, make it bigger/bold, change the color and center it someway? I just want the number to look more exciting than it does now. I’d love to also maybe add “and counting” after the number if possible. This number will always change based on the Simple Blog Stats plugin I’m using.

    Below is a screenshot of the footer I’m talking about. I have also provided the link to my website, which directs to the homepage:

    https://thecollegexchange.com/wp-content/uploads/2017/07/Wordpress_Footer_Blog-Stats.png

    Thank you so much!!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello, try to use the following CSS code.

    You can add CSS code in Customize → Additional CSS section.

    .footer-widget-area .sbs-count-users {
        font-family: Ubuntu;
        font-size: 32px;
        color: white;
        font-weight: bold;
        margin-left: 50px;
    }

    Please feel free to ask any other questions that you might have.

    Kind Regards, Roman.

    Thread Starter miltonkd7

    (@miltonkd7)

    This was amazing Roman! Love the addition. A few more questions. Is there any way I can add some extra text after the number that pops up? For instance, it would be great if I could add a “+” sign or “…” after the number to indicate that the stat is growing. The “margin-left” code helped align the text, but could the text be raised as well with css code? I tried “margin-top” and “margin-bottom” but that didn’t work. Also, are there any other cool text effects that you know of that I could add to this like a shadow under the text?

    Hello,

    It looks like those issues require some work, it goes beyond aThemes support policy, unfortunately. But you can find a reputable freelancer on Upwork for the paid service, for example.

    Kind Regards, Roman.

    Thread Starter miltonkd7

    (@miltonkd7)

    No problem at all Roman! Thank you for the help and for the reference, really appreciate it.

    You’re welcome, and thank you for understanding.

    Kind Regards, Roman.

    Katherine Dizon

    (@kadfreelancingservices)

    This is very informative, newbie in freelancing here. Thank you for this great inputs.

    https://katherinedizonfl.wixsite.com/mysite

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Footer Edit’ is closed to new replies.