Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1376376
    themisfit
    Participant

    I’m trying to customize the estimation form on my site.

    1. I would like to use the custom that I’m using for the headlines on the rest of my site.
    I’ve added the following to the custom CSS rules in the plugin, but they don’t work:
    h1, h2, h3 {font-family: ‘geomanistbold’ !important;}
    h4, h5, h6 {font-family: ‘geomanistmedium’ !important;}

    2. I also would like to have a transparent background for the area that the questions are asked.
    See attached image. The area in the red box it what I would like to have a transparent background.

    3. I would also like to change the color of the text in the tooltips. I want the background white with black text.

    Here is the address for the page: http://misfitmedia.ca/development/test/

    #1376719
    Rad
    Moderator

    Hi there,

    1. It should be, where does the ‘geomanistbold’ font came from? And how did you installed and implemented it?

    2. Please add this

    #estimation_popup.wpe_bootstraped[data-form="1"] #mainPanel {
        background-color: transparent !important;
    }

    3. And this too

    #lfb_bootstraped.lfb_bootstraped .tooltip-inner, .bootstrap-datetimepicker-widget .tooltip-inner {
        color: #000 !important;
        background-color: #fff !important;
    }

    Hope this helps.

  • <script> jQuery(function($){ $("#no-reply-1376376 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>