Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #442791
    #444759

    Hi!

    1. That’s strange, i’m not noting that on your site.

    2. Apparenace > Widgets > Sidebar Blog.

    3. Use these codes (place in Quick CSS) to change the colors of the menu items:

    .avia-menu-text {
        color: gray !important;
    }
    
    .avia-menu-fx {
        background: red !important;
    }

    And this to change them when the menu is active:

    li.current-menu-item .avia-menu-text {
        color: yellow;
    }
    
    li.current-menu-item .avia-menu-fx {
        background: green;
    }

    4. Not exactly a theme question, i’d suggest looking for a specialised plugin, like this.

    5. Can you post a link to this (the tag search)?

    6. Refer to this:
    https://kriesi.at/support/topic/portfolio-items-own-page-and-a-portfolio-grid-placed-in-it/

    7. Add this to Quick CSS:

    .post-entry .slide-meta {
        display: none;
    }

    8. It should, for most elements, i think.

    Best regards,
    Josue

    #447268
    This reply has been marked as private.
    #447400

    Hey!

    1. Here’s how it behaves on my end http://recordit.co/BrNvr3iYVy, does it happen on a specific browser for you?

    2. Can you please create me a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.