• 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

designerwriter

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
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 17 posts - 81 through 97 (of 97 total)
← 1 2 3 4 5
  • Author
    Posts
  • September 19, 2015 at 8:48 pm in reply to: Changing link headings #166114
    designerwriter
    Member

    Nevermind I figured it out...all I had to do to get the underline was put the line of code for text decoration (see the bold copy) after the lines of code referring to the 2 colors as such:

    .magazine-pro-blue .entry-content a {
    color: #00add0;
    }
    .magazine-pro-blue .entry-content a:hover {
    color: #0075b0;
    text-decoration: underline;
    }

    It worked!

    September 19, 2015 at 8:36 pm in reply to: Changing link headings #166113
    designerwriter
    Member

    Ok I went over the notes of the link you sent me. So here is what I did. Initially, I changed this code

    a {
    background-color: inherit;
    color: #222;
    font-weight: 400;
    text-decoration: underline;

    to have underline in there. So I changed it from none to underline. However, this added an underline to the name bar menu names so I went back and changed underline back to none and they disappeared. I initially wanted the underline on the hyperlink but decided it didn’t look good on the Nav bar menu names so I reverted back to none.

    a {
    background-color: inherit;
    color: #222;
    font-weight: 400;
    text-decoration: none;

    Here’s the code I added after the blue code section:

    .magazine-pro-blue .entry-content a {
    color: #00add0;
    }
    .magazine-pro-blue .entry-content a:hover {
    color: #0075b0;

    ...and it worked. So I have the lighter blue initially and then it hovers to the darker blue which is what I wanted. I can live without the underline but just in case I change my mind, what code would I put after this hover code if I wanted the underline? Thank you!

    September 19, 2015 at 7:45 pm in reply to: Changing link headings #166110
    designerwriter
    Member

    It worked but I am still not getting a different hover color. I do get a change from the pointer to a hand though. Is that good enough for the viewer? For some reason, even when I tried adding hover and visited, the color did not change on this line. So I will just leave it as is going from the pointer to the hand for the link.

    September 19, 2015 at 5:55 pm in reply to: Changing link headings #166107
    designerwriter
    Member

    I put it at the bottom of the css page and it didn’t work. I will put it at the bottom of the blue section and see if it works.

    September 18, 2015 at 10:08 pm in reply to: Changing link headings #166056
    designerwriter
    Member

    Just looking at this paragraph, is there any way I can move the line underneath the title with the date? It’s a dumb place to have it since it interferes with the title and body copy.

    September 18, 2015 at 10:06 pm in reply to: Changing link headings #166055
    designerwriter
    Member

    Well I am not sure where to find the code to change this blue sentence since it is part of the blue group.

    http://magazinepro.eagleheartdynamic.com/2015/09/17/general-fusion-revolutionary-technology/?preview=true&preview_id=1287&preview_nonce=b362c31c44

    It’s the Download sentence I would like to have change color but I am not sure how to change it since it’s part of that blue group! Even if I can add an underline that would be ok too but I don’t want the underline to show up in the nav bar hover.

    Grace

    September 18, 2015 at 9:52 pm in reply to: Changing link headings #166053
    designerwriter
    Member

    Well this code didn’t work...
    .magazine-pro-blue .entry-content a { color: pink;
    }

    It’s ok though I left it #333. I will look at the other link about the hover color. Thank you for your help Brad.:-)

    September 16, 2015 at 6:48 am in reply to: Changing link headings #165737
    designerwriter
    Member

    Yep. So I put this code with the color I want at the bottom of the CSS page correct so that it overrides the blue group color? What if I wanted to add a hover color to this...what code would I have to add?

    Thanks for your help. I need to take some CSS courses in code but I just haven’t had the time yet. I will though.

    September 16, 2015 at 6:36 am in reply to: Changing link headings #165732
    designerwriter
    Member

    I am using Inspect Element on Google Chrome. The blue color is part of the blue group color designation. How do I separate the code to apply it to specific headings that will change color?

    September 16, 2015 at 6:33 am in reply to: Changing Tag Cloud Words #165730
    designerwriter
    Member

    So where do I do this? I am in the tag and I see nowhere to assign it to a post.

    September 16, 2015 at 6:30 am in reply to: Changing link headings #165728
    designerwriter
    Member

    Well thanks Brad but the first link I can’t see what they’re really doing, there’s no talking instructions and the second link is a paid service. I am on EI trying to get my new website up so that it is mobile responsive. Any other suggestions?

    September 15, 2015 at 11:05 pm in reply to: Magazine Pro text wrap around image #165677
    designerwriter
    Member

    Thanks. There were 2 color (numbers) found to be in the wrong place. I have no idea how they got there! lol

    September 15, 2015 at 10:55 pm in reply to: Changing Tag Cloud Words #165676
    designerwriter
    Member

    Marcy my tags aren’t showing up. Why?

    I have writing web, writing print, shiatsu therapy, photography, graphic design, comments and blog. I added them to the tag section and marked the tag in the widget area to show them.

    September 15, 2015 at 10:39 pm in reply to: Changing link headings #165672
    designerwriter
    Member

    Even if I can make the title bigger, it would look better but I am not sure how to do this to override the existing code.

    September 15, 2015 at 8:20 pm in reply to: Changing Tag Cloud Words #165652
    designerwriter
    Member

    Thank you Marcy.

    August 28, 2015 at 6:48 pm in reply to: Magazine Pro Theme Posts or Pages? #163956
    designerwriter
    Member

    Nevermind. I figured it out.

    August 24, 2015 at 11:30 pm in reply to: Magazine Pro Theme Posts or Pages? #163389
    designerwriter
    Member

    Forgot to mention that I have 3 primary professions 1) Visual arts (graphic designer, photographer), writer, and shiatsu practitioner. That’s why the second menu is for shiatsu and I have 2 contact sections because I have 2 different emails. Just wondering if I should only have 1.

    Designerwriter

  • Author
    Posts
Viewing 17 posts - 81 through 97 (of 97 total)
← 1 2 3 4 5
« Previous Page

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