We are Web Development Company specializing in Joomla Templates , Joomla Extensions and WordPress Themes development. You are not able to see some forum threads due to your memberhip level. To unlock all forums and special customer support please take few moments to signup. If you are just searching for free joomla templates , or free joomla extension support simply head to our Free Joomla Support forums and open a new thread. Our moderators will help you as soon as possible. To spead up the response time please take few seconds and go over forum rules
|
||||||
| General questions All questions about our products and services can be posted here |
![]() |
|
|
#1 (permalink) |
|
|
Many of you asked about it and is actually very simple solution.
Download the last version of MYFP Module V2 Joomla 1.5 In module settings set Use H3 tag for Category to No Open templates/equalizer/css/blue.css (we will use blue color as demo) find Code:
a.myfp_news_title,
a.myfp_newscat:hover,
a.myfp_newscat:active,
a.myfp_newscat:focus {
color: #666666;
font: normal 18px Georgia, \Times New Roman\, Times, serif;
display:block;
padding-left:3px;
margin:5px;
background:#f8f8f8 url(../images/titles_blue.gif) no-repeat right bottom;
border:1px solid #c7c6c6;
text-decoration:none;
}
Code:
a.myfp_newscat span {
color: #666666;
font: normal 18px Georgia, \Times New Roman\, Times, serif;
display:block;
padding-left:3px;
margin:5px;
background:#f8f8f8 url(../images/titles_blue.gif) no-repeat right bottom;
border:1px solid #c7c6c6;
text-decoration:none;
}
get title.gif from templates/equalizer/images copy and paste to yoursitename/templates/your_template/images folder open your template template_css.css file place this at the bottom of the file Code:
a.myfp_newscat span {
color: #666666;
font: normal 18px Georgia, \Times New Roman\, Times, serif;
display:block;
padding-left:3px;
margin:5px;
background:#f8f8f8 url(../images/titles.gif) no-repeat right bottom;
border:1px solid #c7c6c6;
text-decoration:none;
}
hope this helps |
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|