Fork me on GitHub

pnForum on focus coloration problem  Bottom

  • I am having a difficulty locating the location of the element to change. In my pnForum, when you just honer the mouse over the categories in the main forum view, the entire block background turns a dark blue, and I cannot locate where I need to change the style so that it doesnt 'pop' out like that. The website URL is : http://www.mymusicstudio.net

    Any help would be appreciated!

    Thanks;
    Iceregent
  • Hi iceregent!
    I think that colors are assigned in the theme palette right?

    The hover color (dark blue) is: #0068A0
    the normal color is #33FFFF (i recommend you a #88DDDD)
    So, search it and change...

    You can clarify a little the hover color,
    because the Categories titles are black, and gets a little unreadable.

    To prevent the hovering color, you must search in the template pnforum_user_main.htm the line:

    <li class="pnf_bgcolor1" onmouseover="this.className='pnf_bgcolor3'" onmouseout="this.className='pnf_bgcolor1'">

    and remove the onmouseover and onmouseout properties.
    clear pnForum compiled templates and see the changes.
    Good luck!

    --
    - Mateo T. -
    Mis principios... son mis fines
  • Thank you very much for the help! I was able to modify this base upon your info. I appreciate the help!

    IceRegent icon_biggrin

This list is based on users active over the last 60 minutes.