Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Menu

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi,

I recently installed Rasa2 - I'm struggling to change some of the elements

1. I would like to change the menu font case - from upper to lower case, main menu and acordion

2. I would like to reduce the height of the menu size of the Sidebar,

3. I would like to reduce the size of the Sidebar and color of the gutter to white

I woulf be grateful if you can tell me how to achieve the above,

Many thanks for your assistance

Michael.
  • swcomp's Avatar
  • swcomp
  • 6 Month Developer
  • 42 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Michael,

Have a link for the site?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
  • swcomp's Avatar
  • swcomp
  • 6 Month Developer
  • 42 posts
  • Karma: 0
The administrator has disabled public write access.
1. Try adding this

#menu ul>li a, #menu ul>li .zen-menu-heading {text-transform: inherit;}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
2. Will need to check on that

3. The width of the sidebar is controlled by reducing the width values in the template settings by dragging the width values

The gutter do you mean the background images?

.side-image .main-content-inner {
background: url(../images/leftDividerTop.png) no-repeat left 0;
}

.side-image #midCol {
background: url(../images/leftDivider.png) repeat-y left top;
}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paul, thank you for getting back to me, can I apply the same scripts to accordion menu as the texts are also displayed in upper case

Regards
Mike
  • swcomp's Avatar
  • swcomp
  • 6 Month Developer
  • 42 posts
  • Karma: 0
Last Edit: 9 years 1 month ago by swcomp. Reason: amended message
The administrator has disabled public write access.
Hi Mike,

You added them to the custom css file?

The two background images are the existing styling - so it would depend on what you wanted to do e.g. change the image?, remove the image

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paul,

Yes, I did add the menu script to the custom.css. How do I sort out the accordion texts? they are displayed in upper cases as well.

Should I add the script for the gutter in the custom.css as well and then change the images in order to change the appearance?

Many thanks for your assistance.

Regards
Mike
  • swcomp's Avatar
  • swcomp
  • 6 Month Developer
  • 42 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Mike,

The gutter depends on what you are looking to do with the image - do you just want it removed?
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Regarding the accordion - this is for a sidebar accordion menu (its actually a zentool module)

.sidebar ul li a, .sidebar ul li .zen-menu-heading {
text-transform: inherit !important;
}

Add this line as is

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks Paul, all sorted apart from the menu height.

Many thanks
Mike
  • swcomp's Avatar
  • swcomp
  • 6 Month Developer
  • 42 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Paul, I've just noticed that the menu script (the one above) now appears on my website, how can I get rid of it.
www.integratedbusinessdevelopment.co/
Regards
Mike
  • swcomp's Avatar
  • swcomp
  • 6 Month Developer
  • 42 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Mike,

Where have you added the line of css?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
custom.css

cheers
Mike
  • swcomp's Avatar
  • swcomp
  • 6 Month Developer
  • 42 posts
  • Karma: 0
The administrator has disabled public write access.
Are you sure you didn't add the first line somewhere else?

As the custom css is two lines and looks like

#menu ul>li a, #menu ul>li .zen-menu-heading {text-transform: inherit;}
.sidebar ul li a, .sidebar ul li .zen-menu-heading {
text-transform: inherit !important;
}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Sorted..... I mistakenly added it in the custom script.

Any joy on how I can reduce the height of the top menu?

Many thanks fo your assistance
Mike
  • swcomp's Avatar
  • swcomp
  • 6 Month Developer
  • 42 posts
  • Karma: 0
The administrator has disabled public write access.
Hi mike

Is this the latest version of the template?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paul,

Yes, I believe it is the latest.

Cheers
mike
  • swcomp's Avatar
  • swcomp
  • 6 Month Developer
  • 42 posts
  • Karma: 0
The administrator has disabled public write access.
Try adding these

#menu ul>li a, #menu ul>li .zen-menu-heading {padding: 7px 30px 6px 20px;}
#menu {min-height: inherit;}
#menu ul>li:last-child a:after, #menu ul>li:last-child .zen-menu-heading:after {height: 48px;}
#menu .off-canvas-trigger {padding: 6px 20px 5px 25px;}
#navwrap #search .zen-icon-search {margin-top: 5px;}

#navwrap #search input {line-height: 48px;}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Rob has chipped in with some better code try

#menu ul>li a, #menu ul>li .zen-menu-heading, #menu .off-canvas-trigger, #navwrap #search input {
padding: 7px 30px 6px 20px;
}
#menu {
min-height: inherit;
}
#navwrap #search input {
line-height: 20px
}
#navwrap #search .zen-icon-search {
font-size: 1.2em;
}
#menu ul>li:last-child a:after, #menu ul>li:last-child .zen-menu-heading:after {height: 48px;}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers