Keyword

trying to style feed module

  • treybraid
  • treybraid's Avatar Topic Author
  • Offline
  • Junior Member
More
11 years 8 months ago #50081 by treybraid
trying to style feed module was created by treybraid
[url=http://texaslsfl.com/]texaslsfl.com/[/url]

Joomla 1.5.26 Website...

The feed module is to the right... for some reason it is set to bold and looks like font size is 125%... what do I need to change so it is set to 12px or 100%... 

I tried to add this to the template.css 

#mod251 {
font-size:12px;
font-weight:normal;
list-style: square inside none !important;
padding: 3px 12px 3px 12px;
}


I even tried to edit the style.css and to add this

a:active,
a:hover,
a:focus {outline:0;
font-size:12px;
font-weight:normal;}

/* Feed List */

div.srfrContainer {}

div.srfrContainer ul.srfrList {list-style:none;width:280px;padding:0;margin:0;font-size:12px;}

div.srfrContainer ul.srfrList li {clear:both;padding:8px;margin:2px 0;border-bottom:1px dotted #ccc; font-size:12px;}

Trey

Please Log in or Create an account to join the conversation.

  • treybraid
  • treybraid's Avatar Topic Author
  • Offline
  • Junior Member
More
11 years 8 months ago #50082 by treybraid
Replied by treybraid on topic Re: trying to style feed module
ok as soon as i flipped it to compact it worked...

how would i add bullet points next to each item?

i tried to add this and it didnt work

list-style: square inside none !important;
padding: 3px 12px 3px 12px;


thanks
trey

Please Log in or Create an account to join the conversation.

More
11 years 8 months ago #50083 by Katia
Replied by Katia on topic Re: trying to style feed module
In modules/mod_jw_srfr/tmpl/compact/css/style.css add:

list-style:square;

at this element :

div.srfrContainer ul.srfrList li {
    border-top: 1px solid #CCCCCC;
    padding: 1px 4px;
}

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum