Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1218000
    Sara H.
    Participant

    Hello,

    can you please help me on customize a single page?
    I want to be able to change colors of the background, the container text and titles individually. Where can I do that?

    Thank you

    #1218010
    Christian
    Moderator

    Hey there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #1218017
    Sara H.
    Participant
    This reply has been marked as private.
    #1218036
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    body.page.page-id-18 {
        background-color: #efefef;
    }
    .page-id-18 .entry-wrap {
        background-color: #ff0000;
    }
    .page-id-18 h1.entry-title,.page-id-18 .gform_wrapper,.page-id-18 .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
        color: #fff;
    }

    Hope that helps.

    #1218280
    Sara H.
    Participant

    thank you it works! 🙂

    #1218289
    Sara H.
    Participant

    Btw how can I change the color of the total. I attach a printscreen, as you can see at the bottom I dont have any contrast if I choose grey as a my background.

    Would be great if you share the css to change color and size.

    thank you.

    #1218381
    Rupok
    Member

    Hi there,

    Thanks for writing back. It would be better if you mention the style you are trying to apply and for which element. Meantime I am suggesting based on your screenshot. Let’s try this for the grey text :

    body.page-id-18 .gform_wrapper .gfield_required, body .gform_wrapper span.ginput_total {
      color: #fff;
    }

    Thanks!

    #1220303
    Sara H.
    Participant

    Hi,

    yes thats works great, how can I change the size of price (under the total)?

    – –
    Btw, can you tell me how do i change the color of the header and also the main menu background?

    Thanks in advance for your support.

    #1220384
    Christopher
    Moderator

    Hi there,

    I would like to check your site but it’s under construction mode, please provide us with login credentials.

    Thanks.

    #1223530
    Sara H.
    Participant

    Hello I desactivate the construction mode, do you still need the credentials?

    Thanks

    #1223579
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    /* total font size */
    body.page-id-18 .gform_wrapper span.ginput_total {
        font-size:35px;
    }
    
    /* menu background */
    body .x-navbar {
        background-color:red;
    }
    

    With regards to color of header, I am not sure what header you are referring to.

    Can you provide us a screenshot.

    Thanks

    #1224201
    Sara H.
    Participant
    This reply has been marked as private.
    #1224514
    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    .x-logobar .x-logobar-inner {
        background-color: #ccc;
    }

    Hope this helps.

    #1226387
    Sara H.
    Participant

    yes it does.

    I just review your service thank you.

    #1226428
    Christopher
    Moderator

    You’re welcome.

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