PDA

View Full Version : Change menu color in auto wide



pszemia
September 29, 2015, 11:01 PM
Hi, i want to know the original css codes for the grey and cyan colors of the menu, so i can change them

Also, where is the logo size, i want it to be a little bit bigger.

1472

Thanks!

Ariel

Viktor
September 30, 2015, 03:55 AM
Hello Ariel,

I suggest you use for browser Chrome - console(F12) for detect elements and styles for this elements.
for browser Firefox - Firebug extension
file with styles located on ftp://templates>>your_template>>css>>style.css

pszemia
September 30, 2015, 11:33 PM
Thanks Victor!!

I found the color, but one question, if i want the logo to be bigger, and i change the div#logo size, the whole template will go wrong, am i missing something?

1475

Thanks!!
Ariel

Viktor
October 5, 2015, 04:20 AM
Hello Ariel,

Nope it is right, Would you please add my IP to underConstruction plugin white list: 92.245.104.131
Then I will check your logo.

Salahadine Abdoulaye
March 9, 2017, 04:33 PM
Hello !
I solved the problem of tabs color and buttons color. But I have two problems with the template Auto wide when I try to manage the "The logo and Main manu box".
1 - FOR THE LOGO
* First, it is to small when using a logo with size like the original one ( 220 x 40 px) As you can see in the picture bellow.

http://img4.hostingpics.net/thumbs/mini_610821souslogo1.jpg (http://www.hostingpics.net/viewer.php?id=610821souslogo1.jpg)

* Secondly: I changed the logo size with an image of 200x98 pixels. Only the half top part of the image appears.

http://img4.hostingpics.net/thumbs/mini_546133souslogo2.jpg (http://www.hostingpics.net/viewer.php?id=546133souslogo2.jpg)

* So I modified logo div in style.css file but this way causes some truble in the

http://img4.hostingpics.net/thumbs/mini_672313souslogo3.jpg (http://www.hostingpics.net/viewer.php?id=672313souslogo3.jpg)

2 - FOR THE MAIN MENU 3 DOTS

I would like to make visible all main menu links and remove the 3 dots. There are two (2) links hiden.
Or should I take tiket ?

Thanks a lot for every replay ;)

Salahadine Abdoulaye
March 9, 2017, 04:35 PM
Hello !
I solved the problem of tabs color and buttons color. But I have two problems with the template Auto wide when I try to manage the "The logo and Main manu box".
1 - FOR THE LOGO
* First, it is to small when using a logo with size like the original one ( 220 x 40 px) As you can see in the picture bellow.

http://img4.hostingpics.net/thumbs/mini_610821souslogo1.jpg (http://www.hostingpics.net/viewer.php?id=610821souslogo1.jpg)

* Secondly: I changed the logo size with an image of 200x98 pixels. Only the half top part of the image appears.

http://img4.hostingpics.net/thumbs/mini_546133souslogo2.jpg (http://www.hostingpics.net/viewer.php?id=546133souslogo2.jpg)

* So I modified logo div in style.css file but this way causes some truble in the pages of the site.

http://img4.hostingpics.net/thumbs/mini_672313souslogo3.jpg (http://www.hostingpics.net/viewer.php?id=672313souslogo3.jpg)

2 - FOR THE MAIN MENU 3 DOTS

I would like to make visible all main menu links and remove the 3 dots. There are two (2) links hiden.
Or should I take tiket ?

Thanks a lot for every replay ;)

Salahadine Abdoulaye
March 9, 2017, 08:40 PM
For the 3 dots it is OK. I find the solution here ==>> http://forum.flynax.com/showthread.php?2567-How-do-I-change-the-3-dots-quot-show-more-quot-to-a-phrase-quot-show-more-quot&highlight=main+menu

But it remains the truble caused by the logo size.

Viktor
March 10, 2017, 11:45 AM
Hello Salahadine Abdoulaye,

Go to ftp and find file: ftp://templates>>your_template>>css>>style.css

find code at line ~602:



div#logo {
width: 200px;
height: 98px;
float: left;
margin-top: 1px;
}


and change height to 96px save and check again.

Salahadine Abdoulaye
March 10, 2017, 12:33 PM
Hello Viktor,
YESSSSSSSS !!! It's ok. You're like an angele ^_