Shape 5

Joomla Templates => Life Journey - Club => : khadley May 15, 2011, 08:01:22 PM



: Style Sheet Direction
: khadley May 15, 2011, 08:01:22 PM
I'm looking to find directions to the following styles i'd like to change, but can't find them obviously in the template.css style sheet.

The article headings, i'd like to make them bold and not the maroon color, but can't seem to figure out which style they are (tried h1, h2, h3)

The text within the mod_s5_tabshow module. Body and titles.



: Re: Style Sheet Direction
: asingh May 16, 2011, 03:51:56 AM
1) For article headings, add this at end of template.css file::
:
.contentheading a.contentpagetitle{font-weight:bold;color:#000;}

and change color code accordingly

2) For tabshow module content, You can update properties here accordingly::

:
#s5_button_content .moduletable {style.css(108)
    font-size: 0.85em;
    padding: 12px 0 0 2px;
}

Css file reference:: templates/life_journey/html/mod_s5_tabshow/s5_tabshow/styles.css
     



: Re: Style Sheet Direction
: khadley May 16, 2011, 08:56:05 AM
The first comment helped thanks. the second around the tab area didn't. I'm not sure if you want me to add that to that code to the template, or edit a line... i'm not finding that line as you've writtin it.

I added it at the end, then put the values i wanted in and it gave me terrible results. the whole page actually was affected, so i've put things back.

I would like to be able to change the font in the body area (marked in the attached file with a [ ) to ariel 14 pt. I don't want that to affect the titles, they are fine, I'd just like to remove the underline and make the active one bold and the brown not maroon.

I added the underline to a in the main template.css file, as i want links in the body to be underlined, but i don't want those tab headers to be underlined.

Also, my client wants the text generally to be justified. To me it looks ok, but not in the module to the right Latest News. Is there a way to only justify the font in the articles?


: Re: Style Sheet Direction
: khadley May 16, 2011, 11:49:10 AM
also how do i get rid of the size AAA at the top, client' doesn't want it.


: Re: Style Sheet Direction
: asingh May 18, 2011, 07:32:44 AM
Can you provide a link to your site

Regarding second suggestion for tab modules, You can update font-size value there accordingly and not add any other css attribute