Jump to content

Color Changes


vitadome

Recommended Posts

Newbie here.

I'm trying to do some color changes to the navigation bars but have been unsuccessful.  I'm was just trying to manipulate the styles.css file just to see how it worked but I'm not able to see any changes.  I've read the documentation on this topic but I assume I'm missing something.  Any help is appreciated!  Thank you.

 

image.png.710c243feb85bff9daa07d4f628fd091.png

 

Link to comment
Share on other sites

Hi @vitadome,

go to whmcs/templates/six/css/custom.css

add

section#home-banner {
    margin: 0;
    padding: 50px 0 60px;
    background-color: #8BC34A;
    color: #fff;
}

and you will get :

image.thumb.png.5020692977e37167d28688615a37899f.png

the Background in green.

Please remember to flush the Browser cache or any other cache to see the result.

Greetings Christian

Link to comment
Share on other sites

Hi 

I am newbee here, I followed the below steps to change the background color, but got no success. Is there anything I am missing. I also cleared the browser cache.

 

go to whmcs/templates/six/css/custom.css

add 

section#home-banner {
    margin: 0;
    padding: 50px 0 60px;
    background-color: #8BC34A;
    color: #fff;
}
Link to comment
Share on other sites

Hi @OMbhh,

Is six the template that you use ?

image.png.82e0a8526012e8ee9ba318fc9362d232.png

Of curse it will only work if you use the right css for the right template 🙂

Have you checked the linked Video --> Inspector Video there you will see which css is to use for your changes.

If you hover over the part you wanna change you will get the full path to the css and the Line number.

image.png.dec1bc2ccc37684920e1e39df2a5ad3a.png

Here it is style.min.css and the Line 91 in the document where you will find the css code.

Greetings Christian

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated