Site logo

[Resolved] Home page links

Home Forums Support [Resolved] Home page links

Home Forums Support Home page links

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2268030
    Ryan

    I have a couple of links on my home page that lead to blog posts. I want to modify these links (color, text size) but having trouble doing so. In Customize > Typography I found that the links are under the setting Base > Body but when I change these, it modifies the text on my whole site. I only want to change the style of this text on the home page. Is there any way to do this?

    #2268053
    David
    Staff
    Customer Support

    Hi there,

    the links are in the image captions, to style them specifically add this CSS:

    figcaption a {
        color: #000;
    }
    figcaption a:hover {
        color: #f00;
    }
    #2268096
    Ryan

    Awesome. Thanks David.

    #2268353
    David
    Staff
    Customer Support

    Thank you

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