• Resolved evego

    (@evego)


    I’m having issues with certain font colors.

    I use a black background for my site, and the link color against that background is too dark to be seen clearly.

    Also on my Shop page the font color used to display the price (against the gray background of the item) is too close to the background to be displayed.

    Where can I change the color of the fonts for both of these types of text?

Viewing 5 replies - 1 through 5 (of 5 total)
  • hannah

    (@hannahritner)

    Hi, you can change this by setting your primary color and 20% lighter than primary color. This is done in Theme Options > Basic Styling.

    Hannah

    Thread Starter evego

    (@evego)

    Nope. Didn’t affect either the links in my blog text or the price listed on the Shop page. Also, when trying out a change of color to test this (that resulted in changing something else), I accidentally reset all my options and lost my landing page setup.

    Thread Starter evego

    (@evego)

    Okay, I’ve reformatted the landing page, and I’ve gotten the primary highlight color to work.

    The font color used to display the price on the Shop page still is unchanged (still light gray against a little darker light gray background).

    hannah

    (@hannahritner)

    Try changing with this css:

    .product_price {
    color: #fff;
    }

    Just paste it into your custom css box in theme options > advanced settings.

    Hannah

    Thread Starter evego

    (@evego)

    EXCELLENT! That did the trick. Thank you so much for your help!
    eg

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

The topic ‘Font Color Problems’ is closed to new replies.