VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

How to change CSS for Main Menu
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: How to change CSS for Main Menu

How to change CSS for Main Menu 17 May 2014 10:12 #4699

Hello, I am trying to change the font color, the background color for the menu float, and the font color of the float.

I have tried changing all the usual suspects, but I am unable to find it. If you could please point out where to change the on the template.css sheet. (Preferably via the line number) I would be most appreciative!

Re: How to change CSS for Main Menu 21 May 2014 09:27 #4709

Hello,
You can go to: templates/jf_creativia/cssmenu.css
Change color: find(line 9) div.main_menu li a, div.main_menu li span.separator
Wish you success
Support Team

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0

Re: How to change CSS for Main Menu 21 May 2014 18:28 #4719

Thanks, I was finally able to change the font color to match the background image.

Now, about the bottom section. As I see it, if I change the font color, at template.css line 2, it changes it for the entire site, not just the bottom section. Is there something I am missing?

Re: How to change CSS for Main Menu 27 May 2014 05:27 #4751

Hello,
You change line(2) in template.css file will impact the entire page. Because css in line 2 call all page. You want change bottom. You must find class in bottom and change it.
Ex: i want change color bottom link. I find block

#copyright ul li a{
color: #717376;
font-size: 12px;
opacity: 0.6;
-ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: apha(opacity = 60);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
text-transform: none;
}

And I'm change color attribute.

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.74 seconds
Saturday 27 July 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.