1. athrigos
  2. Free Templates / Extensions
  3. Tuesday, 05 August 2014
  4.  Subscribe via email
Hello Guys,

i would like to change the hornav font color of my oxygen template.

I would like to change the color into white.



Could you help me please?
Accepted Answer Pending Moderation
0
Votes
Undo
Now i have the solution.

I have to add the following custom css:

#subMenusContainer ul li a {
color: #FFFFFF !important;
}

But how i can change the bg color of this modules???
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Thank you for the update.

Would you have a URL to an example of your module?

Ciarán
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
no sorry, the website is only on my computer at the moment.

I use the module Jevents to display events.

I have another question. Can you tell me if its possible to add a border on modules an articles on the home page?

Now:


You can see that there is no border around the modules and articles. Can i fix that, that it looks like this?:


Regards
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

May I suggest getting back to us once your site is hosted as I will need to be able to view your size to be able to answer your queries.

Ciarán
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
here is the needed url:

sv-viktoria-ellensen.de
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Try adding the following to the Custom CSS field of your templates parameters...


.items-leading > div {
border: 1px solid #555555;
margin-bottom: 10px;
padding: 10px;
}


For the benefit of other forum user please create new posts for further queries.

Ciarán
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
looks better, but there is only a border on 3 of 4 articles.
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
The above CSS only effect leading articles.To include following items edit your CSS to the following..


.items-leading > div, .blog-featured .item {
border: 1px solid #555555;
margin-bottom: 10px;
padding: 10px;
}


Ciarán
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 8
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!