This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

Change colour of guideline boxes


  1. aly
    Member

    Something else I just thought of! I like a white background but the guidelines/tips boxes are in light grey so they don't stand out too well. I'd like to change the box colour to maybe a light pink or something - I suspect this can be done but could you point me in the right direction as to which bit of css in which file I need to change please?

    Many thanks

    Posted 15 years ago #
  2. redityo

    Hi,

    Simply search this CSS code and change "background" property value

    #main_body form .guidelines
    {
    	background:#f5f5f5;
    	border:1px solid #e6e6e6;
    	color:#444;
    	font-size:80%;
    	left:100%;
    	line-height:130%;
    	margin:0 0 0 8px !important;
    	padding:8px 10px 9px;
    	position:absolute;
    	top:0;
    	visibility:hidden;
    	width:42%;
    	z-index:1000;
    }

    MachForm Support

    Posted 15 years ago #
  3. aly
    Member

    Thank you Redityo, that's perfect!

    Posted 15 years ago #

RSS feed for this topic

Reply