• 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

dekraan

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 20 posts - 21 through 40 (of 45 total)
← 1 2 3 →
  • Author
    Posts
  • March 19, 2017 at 1:02 am in reply to: Adding a custom style to one of your menu items #203375
    dekraan
    Participant
    This reply has been marked as private.
    March 18, 2017 at 3:45 pm in reply to: Adding a custom style to one of your menu items #203363
    dekraan
    Participant
    This reply has been marked as private.
    March 18, 2017 at 3:39 pm in reply to: Adding a custom style to one of your menu items #203360
    dekraan
    Participant

    Hi @braddalton,

    thank you very much!

    Not everything seems to work though...

    I am using some studiopress header code to see how it should or could work. But I cannot get the hover to work properly for the last 'button' on my menu.

    Since the background goes white, I want the font to go black. But adding this to the hover css, does not seem to do anything.

    Would you mind taking a look at my source code to see what is going wrong? My site is
    here.

    March 18, 2017 at 3:36 pm in reply to: Adding a custom style to one of your menu items #203359
    dekraan
    Participant

    @braddalton,

    thank you very much!

    Not everything seems to work though...

    I am using some studiopress header code to see how it should or could work. But I cannot get the hover to work properly for the last 'button' on my menu.

    This is the code I added, but the color on hover does not work...

    
    .testing a:link, a:visited {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 12px 15px 9px;
        margin-left: 10px;
        background: none;
        border: 1px solid #fff;
        color: #fff;
    }
    
    .testing a:hover {
        border-color: #fff;
        background-color: #fff;
        color: #000 !important;
    }
    
    .testing a:active {
        background-color: #fff;
        border-color: #fff;
        color: #fff;
    }

    Would you mind taking a look at my source code to see what is going wrong? My site is
    here.

    March 18, 2017 at 3:32 pm in reply to: Adding a custom style to one of your menu items #203356
    dekraan
    Participant

    @braddalton,

    thanks! It seems to work, but only half way...

    I am using the studiopress header as an example, to see how it should or could work. But I cannot get the hover to work properly for the last 'button' on my menu. If that is the only thing that does not work...

    On hover, the color should turn #000, I added !important to it, and when I investigate it (or try with chrome) it does say the color is black. This is what I added, but it just won't stick.

    
    .testing a:link, a:visited {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 12px 15px 9px;
        margin-left: 10px;
        background: none;
        border: 1px solid #fff;
        color: #fff;
    }
    
    .testing a:hover {
        border-color: #fff;
        background-color: #fff;
        color: #000 !important;
    }
    
    .testing a:active {
        background-color: #fff;
        border-color: #fff;
        color: #fff;
    }

    Would you mind taking a look at my source code? My site is
    here.

    March 18, 2017 at 1:57 pm in reply to: Adding a custom style to one of your menu items #203347
    dekraan
    Participant

    @braddalton

    I think I get it now. Is the way to get there naming the CSS class like you say, something like 'test', and then style the hyperlink by adding '.test a:link'?

    March 18, 2017 at 1:23 pm in reply to: Adding a custom style to one of your menu items #203345
    dekraan
    Participant

    Hi @braddalton,

    Thank you for clearing this up. This was the same thing that was in the tutorial by Brian as well?

    I took that step and adding a CSS class this way, only adds the class to the unordered list item 'li' and not to the hyperlink within this li.

    Am I doing something wrong?

    March 18, 2017 at 1:01 pm in reply to: Adding a custom style to one of your menu items #203343
    dekraan
    Participant

    Hi @braddalton,

    That is a bit over my head. Do you mean open the nav_menus.php file through FTP of something and then make an adjustment somewhere?

    I think that this adjustment would give me the option to add a CSS class to a link through the dashboard at menu's?

    If this is the case, could you help me out some more by letting me know what I need to change in the PHP file?

    March 18, 2017 at 12:31 pm in reply to: Adding a custom style to one of your menu items #203341
    dekraan
    Participant

    @braddalton, I tried to get it to work like that, and maybe I can. Might be a matter of tweaking the css. But it seems that studiopress themselves have gotten the hyperlink inside the list item a different class. And not the li-item itself. Is there a trick to do that?

    March 18, 2017 at 8:20 am in reply to: Adding a custom style to one of your menu items #203306
    dekraan
    Participant

    Hi Brad,

    Thank you! That looks easy enough to give it a go.

    February 24, 2017 at 2:44 am in reply to: Creating a static homepage with widgets #201873
    dekraan
    Participant
    This reply has been marked as private.
    February 23, 2017 at 2:46 pm in reply to: Altitude, Parallax, Centric or Aspire: which to choose? #201857
    dekraan
    Participant

    Thank you very much. Just answered my question in the other post as well 🙂

    I'll look into the differences and see if Infinity warrents the extra investment!

    Thanks again!

    February 23, 2017 at 2:44 pm in reply to: Creating a static homepage with widgets #201856
    dekraan
    Participant

    Hi Brad and Bluebird,

    Thanks for your great replies!

    I think sticking to a ready made template might be the best for now. You scared me straight, Brad!

    But I am also enthousiastic about what code Bluebird sent and might try to figure out how to get what I want, and make it myself.

    A follow up question: which theme is newest and in comparison easiest to edit?

    February 23, 2017 at 2:38 pm in reply to: Altitude, Parallax, Centric or Aspire: which to choose? #201851
    dekraan
    Participant

    Hi Brad,

    Well, why not make the decision even harder, right? 🙂

    The themes I mentioned are the ones I already bought.

    I'll look these over. Where do they differ from the ones I mentioned?

    What do they offer next to the widgetised homepage?

    Love to hear your thoughts on this 🙂

    June 30, 2015 at 12:15 am in reply to: Widgets: homepage no, blogpage yes. How? #157896
    dekraan
    Participant

    Wow, that is a perfect and simpele solution! Thank you 🙂

    August 4, 2014 at 7:18 am in reply to: My first attempt. Needs work. But what? #116958
    dekraan
    Participant

    Hi David,

    thank you for your honest critique. You are absolutely correct in your comments. Especially about the jumping part. I loved the large 'homepage' of the centric theme at first, but when I had the site done, I wanted the first line of the next box 'Klaar in slechts 3 stappen' to be visible as a trigger for my visitors.

    Because I am a beginner I had no idea how to do this properly. Somewhere along the way the thought of starting with Parallax occured to me as well, but I shrubbed it because it would cost me time (and a little money). But now that the site is live, the ideas about the second version are already bubbling up, and using the other theme probably is the right way to go.

    Thank you for your technical advice and pointers as well. I will definately use them, before I start 'building from scratch' again.


    @marybaum
    ,

    sorry for not responding sooner, these notifications end up in my spamfolder, I just found out! Also, thank you for your advice. I've noticed that it does take a long time to load. Luckily I have a friend who is in graphic design, I will ask her to compress it!

    May 16, 2014 at 5:27 am in reply to: Removing black bar at top of Sixteen Nine Pro #105460
    dekraan
    Participant

    Thanks. I did just that and it works. It doesn't seem like I have to though, since the demo doesn't have that 'space' at the top.

    But if it works... 🙂

    May 15, 2014 at 11:55 am in reply to: Get post date and post tags on same line #105348
    dekraan
    Participant

    You did it! Very nice. As an amateur I thought I had to php something, but this is great work and very easy, thank you!

    May 15, 2014 at 9:24 am in reply to: Get post date and post tags on same line #105313
    dekraan
    Participant

    Hi braddalton,

    I'm tinkering in the genesis sample. I've taken the 'coming soon' link off, and here it is!

    March 29, 2014 at 3:59 am in reply to: RSS feed Genesis Sample #97239
    dekraan
    Participant

    Hi Brad,

    While tinkering i left one post about a quick brown fox standing there. I do have an under construction plugin activated. Could that play a part?

  • Author
    Posts
Viewing 20 posts - 21 through 40 (of 45 total)
← 1 2 3 →
« Previous Page

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 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