• I’m looking for some help. Please see https://collegebasketballtalk.com. Check out the twitter widget on the sidebar.

    I’m looking to change the font type (and side) and also eliminate that crazy little black image that’s sitting next to “CBBTalk”.

    Can someone help with all of this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try adding:

    .sidebar .twtr-hd h4 {
    background-image:none;
    background-color:transparent;
    }

    to the bottom of your theme’s stylesheet. You should also be able to add font-family and sizes to the same block if needed.

    Thread Starter bigez

    (@bigez)

    I’ve added it, as well as a font family and font size. Not much luck. Take a look (https://collegebasketballtalk.com).

    Also, the big space to the right of the header logo and above the text in question. Can I get rid of that space???

    HELP!!!

    Thread Starter bigez

    (@bigez)

    Back to the top… can someone help? See above.

    Well that background image has gone – so that’s a good start. The font family that you added is also working. Remember to press CTRL and F5 simultaneously when viewing an updated page/site. Or try emptying your browser cache. This should ensure that your web browser fetches a fresh copy of the page rather than serving up an out-dated copy from your own cache. Also disable/deactivate any caching plugin(s).

    To get rid of the space above the widget heading, try adding:

    .twtr-widget h3 {clear:none;}

    to the bottom of your stylesheet.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Twitter widget: Wrong font… using default CSS styling’ is closed to new replies.