Before you ask please READ THIS

need help setting up the filter.

edited January 2013 in Hypershot Posts: 37
Hi,
First of all thanks for implementing this feature so soon. This just makes the theme perfect.
However i have a few queries.

1. Kindly visit my website http://lucentframes.com/ to check how ive set it up.
I have set up the filter, however when i mouse over my home tab, the filter items appear there too. Here is the link to an image of how i have set up my menu options.
http://i50.tinypic.com/30aqo44.jpg

2.Right now the filter is white box with black text, i would like the colours to be inverse.

Kindly Help out.
Thanks.
Post edited by PratikJ on

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    Great you like it, I wonder how did you get it(update) so fast :-)

    1. It is submenu you have setup, not filter under Home, just like on your screen shot :-) Am I missing something?

    2. Use this custom CSS
    #albums-filter a, #albums-filter li.label {
    color: #FFFFFF;
    }
    #albums-filter,
    #albums-filter li.selected {
    background-color: #000000;
    }
    #albums-filter li {
    border-left-color: #666666;
    }
    But now filter is totally invisible and not usable.


    With regards.
  • edited January 2013 Posts: 37
    I just happened to browse your demo site earlier today to check something and found the filter menu there. So downloaded the update from themeforest.

    1. Oh sorry my bad. I thought i had to add the album genres to the home menu for it show up. It shows up by default. Thanks

    2. The code works but now when i mouse over, the whole box turn white, making the text invisible.

    I tried to edit your code and it works in a way,

    #albums-filter a, #albums-filter li.label {
    color: #808080;

    i set the text color to gray , so that its visible against both white and black,

    however i would nice if i can change the colour of mouse over from white to somethintg else. I guess that would be more useful.

    Thanks
    Post edited by PratikJ on
  • AirAir
    Posts: 10,970
    I see it is visible when hovering. Or you fixed it or I am not seeing issue.
    So what exactly colors you wish to see and when?

    With regards.
  • Posts: 37
    Ya i fixed it, i can edit text colour and and the background colour through that css code, but not the mouse over colour. (The boxes turn to white when mouse over.) Id like to be able to change it.
    Thanks,
  • edited January 2013 Posts: 37
    Kindly excuse if im confusing the topic, i guess here is what i want:

    Default- black background box with white text.
    But when i mouse over on a particular genre, the text would be black and that particular box be white.

    (like in my logo, the default would be like LUCENT part and the mouse over would be like FRAMES part.

    If this is possible it would be great

    Thanks
    Post edited by PratikJ on
  • AirAir
    Posts: 10,970
    So complete CSS for that should look like this

    #albums-filter a, #albums-filter li.label {
    color: #ffffff;
    }
    #albums-filter{
    background-color: #000000;
    }
    #albums-filter li.selected,
    #albums-filter li:hover{
    background-color: #ffffff;
    }
    #albums-filter li.selected a,
    #albums-filter li:hover,
    #albums-filter li:hover a{
    color: #000000;
    }
    #albums-filter li {
    border-left-color: #808080;
    }
    With regards.
  • Posts: 37
    Wow,
    Thanks a alot.
    Im always impressed by the level and speed of support.
    Much appreciated , thanks.
  • AirAir
    Posts: 10,970
    I am just happening to be here now answering tens of questions ;-)

    But thanks for all you kind words:-)

    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!