Spun Theme: Post title font inside circles.

  • Unknown's avatar

    I am using the spun theme and want to change the post title font inside the circles. When I am working in the “Dashboard”, I can change the font, but then when the changes are saved and I view the site, the font inside the circles is the standard font – I also can’t change the font size inside the circles. Any tips would be greatly appreciated!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi Caitlin,

    It looks like you have the following CSS under Appearance -> CSS:

    wf-active .hentry .thumbnail-title {
    	font-family: museo-sans, Baskerville, "Playfair Display", "Times New Roman", serif;
    	font-size: 16.2px !important;
    	font-style: normal;
    	font-variant: normal;
    	font-weight: 300;
    	text-shadow: 0 0 6px rgba(0,0,0,0.7) !important;
    }

    That CSS code is overriding what you have set under Appearance -> Customize. Would you like to set the FF Market font that is specified under Appearance -> Customize -> Font or use the Museo-Sans specified by CSS?

  • Unknown's avatar

    Thanks for the reply and apologies for the slow response! I would like to use the FF Market font if possible….

  • Unknown's avatar

    No problem at all! If you navigate to Appearance -> Customize -> CSS and remove the following code, you should see the FF Market font appear:

    .wf-active .hentry .thumbnail-title {
    	font-family: museo-sans, Baskerville, "Playfair Display", "Times New Roman", serif;
    	font-size: 16.2px !important;
    	font-style: normal;
    	font-variant: normal;
    	font-weight: 300;
    	text-shadow: 0 0 6px rgba(0,0,0,0.7) !important;
    }

    Please give that a try and let me know if you run into any trouble!

  • Unknown's avatar

    Thank you so much again! Worked perfectly! Now the only remaining issue is that the color in the bubbles is white and for the other headings, it’s a deep red color (easier to see) – any idea how to make the color inside the bubbles the same easier-to-see red color??

  • Unknown's avatar

    Hi!

    This should do the trick:

    .hentry .thumbnail-title {
    	color: #fff;
    }

    Just change the hex code to the color you’re looking for!

  • The topic ‘Spun Theme: Post title font inside circles.’ is closed to new replies.