cniemczura
asked 7 years ago

Hello – I’m running in to some issues. I can’t seem to find a place to edit the home page? I like the default setup but would like to change button colors. 
 
Thanks!

2 Answers
Hà Anh
answered 7 years ago

Firstly, check out the guide we made to help to configure a theme: https://www.designwall.com/guide/dw-helpdesk/.
As for the button, you can use this css code to change color: .btn-primary { color: #fff !important; background-color: #4275f4 !important; border-color: #4275f4 !important; }

ed2018
answered 6 years ago

 Hi there, how can i move the logo higher so that its larger, because our company is square rather than rectanglar

Dominic Staff
replied 6 years ago

You can send me your site URL for further checking, I will help you resolv it.

ed2018
replied 6 years ago

Thanks Dominic, sure! will answer here after uploaded!

ed2018
replied 6 years ago

Hey Dominic, please take a look at http://www.piggycases.com/piggy/
If you can see the logo is rather distorted 🙁
Can you please teach me how to 1. Change the size of the logo 2. Move the logo higher a bit?

Dominic Staff
replied 6 years ago

At the moment, you can use the following code to change the logo size:
.navbar-brand>img {
width: …px;
height: …px;
}

To make the logo higher a bit, you can use the following code:

@media (min-width: 768px) {
.site-header .container {
position: relative;
}
.container>.navbar-header {
position: absolute;
top: -6px;
left: 0;
}
}

ed2018
replied 6 years ago

Thanks Dominic for the prompt reply!

But where do i place the codes? sorry I am not a coder or designer, so its test and go for me 🙂

Dominic Staff
replied 6 years ago

You can go to the Dashboard > Appearance > and add the code to the style.css file.

ed2018
replied 6 years ago

Thank you so much!

Dominic Staff
replied 6 years ago

Yes, if you have any issue or question, you can let me know I will check and help you resolve it.

Powered by DW Question & Answer Pro