suffix advertisement

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Mar 26, 2014 10:59 am
Reply with quote
Report this post
Hi,

I have noticed that in a module with the suffix "advertisement" nothing particular apperas... in the News template it shows the module title in italic style and with a line under. how can I personalize this module in NEWS 2 template like the one in NEWS?
User avatar
Expert Boarder

GK User
Wed Mar 26, 2014 12:16 pm
Reply with quote
Report this post
Hello,

Are you sure that you are using proper suffix? The "advertisement" suffix is visible on our demo on this page under the article text: http://demo.gavick.com/joomla25/news2/i ... variations
User avatar
Administrator

GK User
Wed Mar 26, 2014 2:04 pm
Reply with quote
Report this post
yes I'm using the right suffix but, as your demo, it is nothing particular respect to the others... the one in NEWS template has his own style different from the others. I would like to know if it is possible to have it like this last one. (http://demo.gavick.com/joomla25/news/in ... variations)
User avatar
Expert Boarder

GK User
Wed Mar 26, 2014 4:05 pm
Reply with quote
Report this post
OK, in this case please remove the CSS rules for the following selector in the css/template.css file:

Code: Select all
.box.advertisement .header


and please replace it with the following code:
Code: Select all
.box.advertisement .header {
background: transparent;
border-bottom: 1px solid #e5e5e5;
color: #999!important;
font-size: 10px!important;
font-style: italic;
font-weight: 300;
margin: 0 0 5px 0;
min-height: 16px;
padding: 0;
text-align: right;
text-transform: uppercase;
line-height: 16px;
font-family: Arial,Verdana,sans-serif!important;
}
User avatar
Administrator

GK User
Wed Mar 26, 2014 5:02 pm
Reply with quote
Report this post
great!!! now it seems an advertisement!!! I copied the code in override.css which I prefer to work with all my changes.
thank you very much!!!
User avatar
Expert Boarder


cron