Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • tempjoomla Friend
    #133375

    Hello there,

    i tried a bit arround with the colors and got the problem that the text from the navigation over the header and the drop down menu aren´t visible enough. How do i change the text colors?

    http://img142.imageshack.us/my.php?image=25857259rk5.png

    And another problem ist that i don´t want to have so much padding between the user 6 module and the footer. How do i change that?

    http://img89.imageshack.us/my.php?image=86221334sz5.png

    Thank you in advance!

    dlocc Friend
    #270672

    You can change all this by editing the template CSS files

    Sherlock Friend
    #270755

    Hi
    can you say menu type what you use in your site ?

    tempjoomla Friend
    #270873

    the dropline menu

    Sherlock Friend
    #270917

    Hi
    you can edit font-size:ja.scriptdlmenu.css (line 34)(templates/ja_pyrite/ja_menus/ja_scriptdlmenu)

    #jasdl-mainnav a {
    color:#333333;
    display:block;
    float:left;
    font-size:15px;
    font-variant:small-caps;
    letter-spacing:1px;
    padding:8px 20px;
    text-decoration:none;
    }

    Sherlock Friend
    #270927

    Change padding:template.css (line 635)

    #ja-containerwrap, #ja-containerwrap-fr, #ja-containerwrap-fl, #ja-containerwrap-f {
    margin:0;
    padding:20px 0 ;
    }

    Change to

    #ja-containerwrap, #ja-containerwrap-fr, #ja-containerwrap-fl, #ja-containerwrap-f {
    margin:0;
    padding:20px 0 0 ;
    }

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

This topic contains 6 replies, has 3 voices, and was last updated by  Sherlock 16 years, 2 months ago.

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