Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • daveburstein Friend
    #197419

    Help much appreciated – client coming to look at prototype soon. I can’t use thememagic because of the bug being fixed for Joomla 3.3.

    1) Need to change “brand color” without thememagic. What are the classes I need?

    2) Having trouble changing logo size in custom.css.
    Custom.css is
    .t3-logo {
    width: 300px;
    height: 100px;
    }

    But .t3-logo on page unchanged. Advice on what I should change to fix much appreciated.

    TomC Moderator
    #533640

    What color are you wanting to change the theme to?

    For your logo, try this . . . .

    Within your custom.css file, paste the following:


    .logo-image img {
    height: 100px;
    width: 300px;
    }

    Delete that previous “.t3-logo” CSS rule from your custom-css file – you don’t need it.

    daveburstein Friend
    #533643

    Color wanted is #607f80

    Thanks given for the code for logo size

    TomC Moderator
    #533646

    <em>@daveburstein 425347 wrote:</em><blockquote>Color wanted is #607f80
    </blockquote>

    As there will be multiple CSS rules you will need to modify . . . or, better yet, enter into your custom.css file . . . my best recommendation to you would be to utilize an online web development tool to help you identify the various CSS rules you will need to modify and enter into your custom.css file. Mine (and many others’) favorite tool is FIREBUG.

    It looks like you may already be well on your way with your color-theme change as this time. 🙂

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

This topic contains 4 replies, has 2 voices, and was last updated by  TomC 10 years, 6 months ago.

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