Site logo

[Support request] Color Question

Home Forums Support [Support request] Color Question

Home Forums Support Color Question

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2592431
    Marius

    Under a Blogpost, there are some Elements like Categories, Tags and next and previous Post Navigation.
    After I switch to a local font, the color of these elements have changed.

    Where can I set the Color and the font-size of for this elements?

    #2592518
    Ying
    Staff
    Customer Support

    Hi there,

    Can you link us to a page where we can see these elements?

    #2592713
    Marius

    Sure.

    #2593065
    David
    Staff
    Customer Support

    Hi there,

    odd, a font change should not have affected that – perhaps there was some custom CSS for those colors that got disturbed when adding the @font-face CSS?

    Anyhow, that is the footer meta and you can use this CSS to change its font size and color:

    footer.entry-meta,
    footer.entry-meta a {
        color: #f00;
        font-size: 20px;
    }
    #2593311
    Marius

    Hi David,

    this was a fresh Import from the Service Site from the Library.

    But with your CSS, it works.

    Thank you.

    #2594308
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.