Sapor

  • Unknown's avatar

    Would it be even possible to make the sidebar scroll independently in theme Sapor, with the help of CSS?

    I don’t have the theme applied right now — I’m asking this because when possible, Sapor will be my theme of choice.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, due to the way the CSS and HTML are structured, this would be difficult to achieve, and in general is considered to be undesirable for a good number of reasons. I’ll offer this article for you to read on this if you desire.

  • Unknown's avatar

    Hi, and thanks! That sure was interesting reading. A real eye-opener.
    I think I’ll stick with Sapor just as it is then 🙂. I’d bought a theme, but realised it doesn’t support two of the post formats I like to make use of.

  • Unknown's avatar

    It’s the hover I have problems with. In Sapor, I would like to remove the thick text-decoration that appears when you hover over the links. Also, I would like to change the black when hovering in the main menu to the left.

    Honestly, I can never find out where those values are hidden … I use the Inspect-thing in Google Chrome, and most of the time that works for simple adjustments, but not hover.

  • Unknown's avatar

    Hi, on the line under the links, the theme designer got creative. Add the following to remove that and let me know if I missed anything.

    .entry-header a:hover::after, .comment-content a:hover::after, .entry-content a:hover::after, .comment-respond a:hover::after, .site-footer a:hover::after, .entry-meta a:hover::after, .widget_archive a:hover::after, .widget_categories a:hover::after, .widget_links a:hover::after, .widget_meta a:hover::after, .widget_pages a:hover::after, .widget_recent_comments a:hover::after, .widget_recent_entries a:hover::after, .author-info a:hover::after, .nav-links a:hover::after {
        height: 0;
        opacity: 0;
        transform: none;
    }

    For the navigation hover color, here you go. I’ve included the font color declaration as well just in case you wish to change that too.

    .main-navigation li a:hover {
        background: #333;
        color: #fff;
    }
  • Unknown's avatar

    Morning,
    Yes! It all works perfectly!
    I don’t understand what the theme creator had done (with that underlining), but I’m so pleased with the theme now, that I got rid of all the black stuff.

    Thank You!

  • Unknown's avatar
  • The topic ‘Sapor’ is closed to new replies.