• Home
  • Blog
  • Showcase
  • Setup Docs
    • Sunshine Help
    • Flex Help
  • Support
    • Support Area
    • Contact us
    • Feedback
  • Connect
    • Newsletter
    • Twitter
    • Facebook
  • My Account
  • Flex
  • Sunshine
Support : Simple Pro Themes

Support : Simple Pro Themes

[Resolved] Hyperlink colour

If you have purchased a product, please enter the email address that you used to register at time of purchase.
Log In
Lost Password

Create an Account
  • Your username must be unique, and cannot be changed later.
  • We use your email address to email you a secure password and verify your account.

Support › Forums › Flex Theme › Hyperlink colour

Tagged: hyperlink

  • This topic has 7 replies, 2 voices, and was last updated 5 years, 2 months ago by Davinder Singh Kanith.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • November 12, 2015 at 7:31 pm #645
    chasingthedonkeY
    Participant

    Heya guys, how can I change the hyperlink colour (I want a more blue colour) for the hyperlinks in pages and posts? Whenever I try to change it, it also changes the navigation – which I don’t want blue. Thanks

    November 12, 2015 at 7:49 pm #646
    Davinder Singh Kanith
    Moderator

    For only changing hyperlink color for post and page content, use following class code before “media queries”

    .single .entry-content a,
    .page .entry-content a {
    	color: #000;
    }

    To target whole inner post / page, use following:

    .content a {
    	color: #ccc;
    }
    November 12, 2015 at 8:30 pm #647
    chasingthedonkeY
    Participant

    Yay!! That worked thanks… can I also ask, how to change the font in pages and posts too? I want a more rounded font in a slightly bigger size – almost like the one used in this forum. Thanks again – you guys really rock!

    November 13, 2015 at 3:24 am #648
    Davinder Singh Kanith
    Moderator

    You can target different font in these classes

    .single .entry-content,
    .page .entry-content

    Notes:
    1. Current body font on flex is Lato. Font used here on forum is Roboto (same font used for nav menu in Flex theme).
    2. In place of thick title font ‘Anton’, you can try ‘Oswald’ for better read-ability.

    November 13, 2015 at 7:15 am #649
    chasingthedonkeY
    Participant

    Thanks heaps, I can’t find it – sorry I am new to this – where is it? I need to look at Anton too, as you are right its not great in some spots. But I like the bolder fonts for headings.

    November 13, 2015 at 7:41 am #650
    Davinder Singh Kanith
    Moderator

    For different font, you can add code like to style.css file

    .single .entry-content,
    .page .entry-content {
    font-family: Anton, sans-serif;
    }

    Refer – http://www.basicwp.com/add-google-fonts-genesis-theme/

    Tip: To find more thick fonts, go here https://www.google.com/fonts and then use thickness slider on left side.

    November 17, 2015 at 11:32 pm #655
    chasingthedonkeY
    Participant

    SUPER! I changed it to Roboto 😀

    November 18, 2015 at 3:00 am #658
    Davinder Singh Kanith
    Moderator

    Looks cool !

  • Author
    Posts
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.
Log In

Copyright © 2021 · Simple PRO Themes for Genesis Framework · About · FAQs · Contact · Affiliates