By ricardo on Saturday, 06 December 2014
Posted in Technical Issues
Likes 0
Views 660
Votes 0
Hi,
I'm new to css and have been trying to make menu show horizontally (and i got to do that) but need to take out the dotted border around the menu and been trying to change background and menu font color.

menu in question:
Post Categories Conversation List Favorite Post Profile Edit Profile

would like to show menu just like above with no border/line. would also like to know how to change background color and font color. I'm probably accessing the class wrong?

created sufix ForumMenu1, and I tried codes below but they're not working.

div.ForumMenu1 {
background-color: #F0F0F0;
}

ul.nav.menu.ForumMenu1 li {
/* display:inline; this doesn't work*/
display:inline-block; /* this works fine , but not on IE -same with all..IE problem*/
list-style-type:none;
padding:0px;
background-color:#F0F0F0;
color: #C80000;
margin-bottom:-10px !important;
margin-left:0px !important;
border: 0px !important;
}

ul.nav.menu.ForumMenu1 li.item {
background-color:#F0F0F0;
color: #C80000;
}

Thanks.
Hello Ric,

I am really sorry for the delay of this reply as it is a weekend for us here. Unfortunately this is beyond the scope of our support However, this is something really simple that I could assist you with. You can change the background / font color of the menu module using the block of css codes below:


.ForumMenu1 li a {
background: #000 !important;
color: #fff !important;
}
·
Sunday, 07 December 2014 17:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ricardo,

Did you referring to this menu: http://screen.stackideas.com/2014-12-06_2226.png ? Based on my observation, it is not our module or did I missed anything?
·
Saturday, 06 December 2014 22:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Nick,
Yes that's the one. I used the default menu module available to create this menu, and I used menu type from easydiscuss. I guess this is
out of scope of support?
Thanks,
Ric
·
Sunday, 07 December 2014 03:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you mark!

I have another quick question.

How do I change the text:
"Ask a Question" (not the button label) and
"Is your question similar to the topics below"?
please see the word attachment for screenshot.
Thanks,
Ric
·
Tuesday, 09 December 2014 05:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ric,

You can open this file ../language/en-GB/en-GB.com_easydiscuss.ini and change the translation in line 88 and 834:

COM_EASYDISCUSS_SIMIMAR_QUESTION_IS_YOUR_QUESTION_SIMILAR_BELOW="Is your question similar to the topics below?"
COM_EASYDISCUSS_TOOLBAR_NEW_DISCUSSION="Ask a Question"

Hope this helps.
·
Tuesday, 09 December 2014 10:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Nick!
·
Tuesday, 09 December 2014 23:35
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Ricardo Glad that your issues are resolved now.
·
Wednesday, 10 December 2014 01:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Mark, you guys are great!
·
Wednesday, 10 December 2014 03:01
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Wednesday, 10 December 2014 03:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post