Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 01-12-2017 13:36:50

larry
Member
Registered: 07-21-2003
Posts: 437

CSS for Popup windows

I'm looking for the CSS that controls the color for the pop up windows - such as the "Submit a Review" form.  Right now it is gray with black headers.   I tried Firefox developer window, but cannot get focus for it to show me the css involved.


Laurie Stephens




Offline

 

#2 01-12-2017 13:47:28

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: CSS for Popup windows

You'd be looking for anything with the class .kmodal.  View the {public}/media/skins/css/common.min.css file for all the associated subclasses and base styling parameters (base system CSS, do not modify, override in your skin only).

I use FireBug with FireFox and have no issue selecting things that appear absolutely positioned, which is the issue you're having.  I bet you have the same issue on CSS hover menus, the minicart and minisearch rollovers, etc.  Use FireBug with FireFox.  Launch the FireBug console, click the Inspect button, perform whatever hover type action you need and you'll be able to click various elements.  Keep re-clicking the Inspect button as needed to maintain focus with subsequent clicks.


Nick Hendler

Offline

 

Board footer