Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • iguinee Friend
    #172213

    Hello,

    I am using JA Methys on Joomla! 1.7 and would like to change the actual black colour of the title to red. And also, as I am using the blue theme, when I point the cursor to the article title, the hover colour is blue. I would like to change that to navy blue.

    How do I achieve this please?

    TomC Moderator
    #431467

    <em>@iguinee 291542 wrote:</em><blockquote>Hello,

    I am using JA Methys on Joomla! 1.7 and would like to change the actual black colour of the title to red. And also, as I am using the blue theme, when I point the cursor to the article title, the hover colour is blue. I would like to change that to navy blue.

    How do I achieve this please?</blockquote>
    I forget if I asked you for this before – but can you please provide the url of the site you’re working on – as well as set “Optimize CSS” to “No” within your Template Manager–General Settings?

    Thanks

    iguinee Friend
    #431600

    I have sent u a PM with the URL.

    TomC Moderator
    #431731

    To Change The Title Color

    Within templates/ja_methys/css/template.css . . . at line 849

    /* Masstop Banner ---*/
    a.ja-mass-top-banner {
    font-family: 'BebasNeueRegular', Arial, Helvetica, sans-serif;
    font-size: 750%;
    text-decoration: none;
    color: #111;
    line-height: 1;
    }

    Change the “color” property to whatever shade of red you want.

    If you need some assistance in identifying the hex code for the color you want, Adobe Kuler is a very helpful tool.


    To Change The Title Color on Hover

    Within templates/ja_methys/css/template.css . . . at line 7

    a:hover, a:active, a:focus {

    • color: #5AF;

    }


    As with above, change the “color” property to whatever color you want.

    Hope that helps.

    😎

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

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

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