Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • legalgrind Friend
    #170103

    Is there a way to change, or add to, the template.css through admin or do I have to change through ftp?

    Thank you!

    chavan Friend
    #421852

    There is No way to do so in admin panel. you may change it through Ftp

    Is there any difficult for to figure out which css it belongs to ?

    Note: If you Find my Post useful please click on the Thanks Icon

    legalgrind Friend
    #421869

    I found the rules in template.css with no problem. Thank you for your answer!

    chavan Friend
    #421870

    Glad you found it. All the best. Play with the css 🙂

    legalgrind Friend
    #421875

    I spoke too soon. I added rules to:

    joomla/templates/ja_portfolio/css/template.css

    and it did not take on: http://legalgrind.powweb.com/joomla/index.php?option=com_content&view=article&id=212

    So I guess that is not the css file. When I look at the source code on the page (web) I get something I cannot begin to figure out for the css file.

    Can you help?

    Thank you!

    chavan Friend
    #421877

    can you post me which area you need to changes in the link you have provided. So I would suggest you the best.

    screenshot is recommended

    Note: If you Find my Post useful please click on the Thanks Icon

    legalgrind Friend
    #421881

    I am wanting to put some padding around the black background/white text headers in the main_content of the page.

    Thank you!


    1. screenshot
    legalgrind Friend
    #421885

    I accomplished my goal by adding my style right in the page element (p) … but would rather do it in the css file – and for future use. So please continue to help me, if you will.

    chavan Friend
    #421886

    Go to this File: /templates/ja_portfolio/css/template.css

    For this text ” Unbundled Legal Services — Attorney Limited Scope/Flat-fees:” in the Url

    Add this code to template.css file


    p.componentheading {

    padding: 8px 10px !important;

    }

    Note: If you Find my Post useful please click on the Thanks Icon

    legalgrind Friend
    #421934

    funny, I added this rule to that same template.css file

    .mainheading
    {
    background: #313435;
    color: #f0f0f3;
    padding: 10px 20px;
    margin: 0;
    font-size: 125%;
    text-transform: uppercase;
    font-weight: bold;
    }

    and used the class on a p – it didn’t work. Do you know why? Can I just add a rule to the css file?

    What does the ‘!important’ do? I have never seen that before.

    chavan Friend
    #421949

    it is override the older codes.

    chavan Friend
    #421952

    Try this Code

    .mainheading
    {
    background: #313435;
    color: #f0f0f3;
    padding: 10px 20px !important;
    margin: 0;
    font-size: 125%;
    text-transform: uppercase;
    font-weight: bold;
    }

    Also Add this code to template.css file


    p.componentheading {

    padding: 10px 20px !important;

    }

    Note: If you Find my Post useful please click on the Thanks Icon

Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 12 replies, has 2 voices, and was last updated by  chavan 13 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum