Hello,
I have a question regarding this template that I purchased. While editing articles, I'm unable to change the font color. I make the change using the editor and the changes will not apply. Can you please advise on how to do this?
Thank you,
Andre
andredlr@verizon.net
AS Templates
POSTED: 2012-08-25
Hello ANDREDLR,
Please, provide us with Your URL.
Regards, AS Team
andredlr
POSTED: 2012-08-26
Thank you for having a look. The URL is andredlr.com
AS Templates
POSTED: 2012-08-26
Hello ANDREDLR,
Can you give us more information,where do you like to change the font color.
Regards, AS Team.
andredlr
POSTED: 2012-08-26
Sure. For instance, I'd like to change the font color for the link for each of the email addresses in the following page.
http://andredlr.com/index.php/board-members
I really appreciate your quick response! Great support...
Andre
AS Templates
POSTED: 2012-08-27
Hello ANDREDLR,
It looks like you used copy of the MS Word document, in this case you have to write custom CSS .
Regards, AS Team.
AS Templates
POSTED: 2012-08-27
Hello ANDREDLR,
Try to add following code in template parameters / custom css
.MsoNormal a{
color: red !important;
}
for example.
Regards, AS Team.
andredlr
POSTED: 2012-08-31
Importing from Word seems to have been the problem. Thank for catching that. I'm able to modify font color if it's not imported/created in Word.
Thanks again!!
andredlr
POSTED: 2012-09-14
another question... I'd like to change the font colors for text headings and all mouse overs. For instance, if you go to andredlr.com you'll see a text heading in the featured article that says "Welcome to the Chino Hills AYSO Site!". I'd like to change that color to the same green that is located a little higher in the page. I have the hex code, just need to know where to make the change. And also, like I mentioned, I'd like to change the color of the mouse overs.
thanks!
Andre
AS Templates
POSTED: 2012-09-15
Hello ANDREDLR,
The font color you can change using Template Parameters -> Main Column Configuration Parameters -> Main Component.
Regards, AS Team.
andredlr
POSTED: 2012-09-17
Thank you for helping this novice user of Joomla. I have another question. If you go to the home page of the site and mouse over the top menu, I'd like to change the color there to match the green used in other areas of the site. The same goes for the radio buttons on the left hand menu. While I was able to change the text color, I'd also like to change the color of the buttons.
Again, thank you very much for your help!!
Andre
http://www.andredlr.com
AS Templates
POSTED: 2012-09-17
Hello ANDREDLR,
In your case you have to edit background and list images, for example:
images/bg.btn.menu.left.png
images/bg.btn.menu.right.png
images/listimg.side.png
As well make changes in the tmpl.header.css, in the following class:
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
I have a question regarding this template that I purchased. While editing articles, I'm unable to change the font color. I make the change using the editor and the changes will not apply. Can you please advise on how to do this?
Thank you,
Andre
andredlr@verizon.net
Please, provide us with Your URL.
Regards, AS Team
Can you give us more information,where do you like to change the font color.
Regards, AS Team.
http://andredlr.com/index.php/board-members
I really appreciate your quick response! Great support...
Andre
It looks like you used copy of the MS Word document, in this case you have to write custom CSS .
Regards, AS Team.
Try to add following code in template parameters / custom css
.MsoNormal a{
color: red !important;
}
for example.
Regards, AS Team.
Thanks again!!
thanks!
Andre
The font color you can change using Template Parameters -> Main Column Configuration Parameters -> Main Component.
Regards, AS Team.
Again, thank you very much for your help!!
Andre
http://www.andredlr.com
In your case you have to edit background and list images, for example:
images/bg.btn.menu.left.png
images/bg.btn.menu.right.png
images/listimg.side.png
As well make changes in the tmpl.header.css, in the following class:
#header #topmenurow #topmenu ul.menu li a {
background-color: #F6F9F6;
border: medium none;
display: block;
font-weight: normal;
height: 33px;
min-width: 60px;
outline-style: none;
padding: 12px 10px 0;
position: relative;
text-align: center;
text-decoration: none;
}
Regards, AS Team.
Andre