We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Michael Cheng
  2. General Discussion
  3. Thursday, 10 April 2014
  4.  Subscribe via email
is there a way to change the font size? Looking through the CSS styles I found:

templates/ja_teline_iv_t3/css/megamenu.css :

.t3-megamenu .mega-col-module .mega-inner .module-title {

I would like to know if I can make wide the menu block, given that my menu is a little big large but in JA_TelineIV for jooomla 2.5 this same menu fit it with no problem
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Michael Cheng,

To change font size of menu, please open your custom.css file in templates/t3_bs3_blank/css (if you don't see the file, please create new one) then add the code below.

.t3-mainnav .nav > li > a {
font-size: 12px;
}


Now change the font-size that you expect.

You can customize more things like color, font family ...

Example:

.t3-mainnav .nav > li > a {
color: #000;
font-family: 'ArialNarrowBold';
padding: 4px;
text-shadow: none;
font-size: 12px;
}


Check out how to work with custom.css file: http://t3-framework.org/documentation/bs3-customization#custom-css

I also attached an image for you to see.

Regards.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

I tried it and it works but I wonder if I have to do this in all colours variants, given that JA_teliveIV for joomla 3 has over 5 colours, or this custom css applies to all, thanks in advance...

Mk
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
The custom.css will apply for all so you don't need to change the color variants.

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.