• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Changing Link, post title/widge title Colors – Beautiful Pro

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Changing Link, post title/widge title Colors – Beautiful Pro

This topic is: not resolved
  • This topic has 6 replies, 2 voices, and was last updated 10 years, 3 months ago by Davinder Singh Kainth.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • April 3, 2015 at 2:27 am #146535
    Barbie2365
    Member

    I am trying to figure out how to change the link colors as well as post title and widget title colors in CSS for the Beautiful Pro Theme. Can someone show me where the code is? I know how to pick a hex color, but can't seem to find the exact codes that need to be changed.

    http://www.diana2rockwell.com
    April 3, 2015 at 9:08 am #146553
    Davinder Singh Kainth
    Member

    1. Default link color can be changed from following code in style.css file

    
    a {
    	color: #e5554e;
    	text-decoration: none;
    }
    
    a:hover {
    	color: #333;
    }

    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    April 3, 2015 at 9:11 am #146554
    Davinder Singh Kainth
    Member

    2. To add different widget title color

    Change following code

    .widget-title {
    	font-size: 16px;
    	font-size: 1.6rem;
    	line-height: 1;
    	margin-bottom: 24px;
    	margin-bottom: 2.4rem;
    	text-align: center;
    	text-transform: uppercase;
    }
    

    to this...

    `.widget-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
    text-align: center;
    text-transform: uppercase;
    color: #ddd;
    }

    Basically added color to this. Change #ddd to any color code of your choice.


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    April 3, 2015 at 9:11 am #146555
    Davinder Singh Kainth
    Member

    3. To change color of title that are click-able link. Change color in following code

    .entry-title a,
    .widget .widget-title a {
    	color: #333;
    }
    

    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    April 3, 2015 at 9:13 am #146556
    Davinder Singh Kainth
    Member

    4. To add different color to post tiles (inner posts). Add following to style.css

    
    .entry-title {
       color: #ddd;
    }

    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

    April 4, 2015 at 1:18 pm #146681
    Barbie2365
    Member

    Thank you! What if I wanted to change the font style of the post title or widget titles?

    April 5, 2015 at 9:02 am #146733
    Davinder Singh Kainth
    Member

    You can add font-family: Arial, sans-serif; to ".entry-title" class for post title and ".widget-title" for widget titles.


    Sunshine PRO genesis theme
    Need Genesis help? Davinder @ iGuiding Media | My Blog | Fresh Genesis Themes

  • Author
    Posts
Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble