TOPIC: A couple of questions

A couple of questions 10 years 7 months ago #1896

Firstly , thank you for an awesome theme. Just what i wanted.

A couple of questions, since im just a joomla beginner:

1. Can i use a custom color on the top menu background?

2. I've changed the width of the logo allocation. Now the menu is top aligned to it..How do i bottom align the menu to the logo?

Thanks.
The administrator has disabled public write access.

Re: A couple of questions 10 years 7 months ago #1901

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,
You can change the menu background and border. To change menu style, please edit /templates/ot_parelstore/css/dropdownMenu.css


To break the menu to a new line (bottom of logo), please edit /templates/ot_parelstore/css/layout.css and find this code:
.ot-mainmenu {
    float: left;
    position: relative;
    width: 50%;
    z-index: 99999;
}
and change it to:
.ot-mainmenu {
    clear: both;
    float: left;
    position: relative;
    width: 50%;
    z-index: 99999;
}

Suggest: you can use firebug addon in Firefox to find the element and style of things you want to modify also know what css file to edit.

Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Last Edit: 10 years 7 months ago by linh_omg.
The administrator has disabled public write access.

Re: A couple of questions 10 years 7 months ago #1904

Thanks for the blazing fast reply.....

About the menu code i want the menu to be placed next to the logo..like in threadless.com... and not below it......

And much thanks for the firebug suggestion, its a lot easier to edit stuff with real time feedback!

And one more question:
(i)how do i use a jpeg pattern throughout the whole website?
I Still am not able to use custom color for the top half.

Thanks.
Attachments:
  • Attachment This image is hidden for guests. Please log in or register to see it.
The administrator has disabled public write access.

Re: A couple of questions 10 years 7 months ago #1905

im sorry i misread your early reply... i can now change my top half background color thanks to firebug :)
The administrator has disabled public write access.
Time to create page: 0.111 seconds