Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • jimcom76 Friend
    #159214

    can somebody tell me how to remove the search box ..

    i know i can disble the module but the graphic is still there…

    once the search module is disabled is it possible to resize the logo so that it is the width of the entire top?

    thanks

    aman204 Friend
    #373532

    Please ensure to clear your browser cache after making changes as the search module graphic wont be seen if the specific module is disabled

    <blockquote>once the search module is disabled is it possible to resize the logo so that it is the width of the entire top?</blockquote>

    You can update your logo image in this directory::

    h1.logo a {color.css (line 78)
    background: url(“../images/logo.png”) no-repeat scroll left center transparent;
    }

    and then, increase dimensions here accordingly::

    h1.logo {template.css (line 311)
    height: 68px;
    width: 294px;
    }

    and

    h1.logo a {template.css (line 313)
    background: url(“../images/logo.png”) no-repeat scroll left center transparent;
    display: block;
    height: 68px;
    width: 294px;
    }

    jimcom76 Friend
    #373683

    color.css (line 78)
    where is colour.css please?

    aman204 Friend
    #373691

    <em>@jimcom76 217433 wrote:</em><blockquote>color.css (line 78)
    where is colour.css please?</blockquote>

    The specific css file will pertain to preset profile been selected for the template. Like, You have this css file which mainly updates references for blue profile::

    templates/ja_portfolio/core/themes/blue-color/css/color.css

    Assuming you are using default profile which comes intact with template, You can simply update your logo image with one in images folder of specific template

    jimcom76 Friend
    #373705

    thank you… you explained very well:)

    the template.css alterations are to be done here yes….

    templates/ja_portfolio/css/template.css ?

    they were on lines 813 and 819 respectively.

    i found them and changed to your ammended code and have tried in 3 browsers but the logo does not go to the left.

    is there any way i can send you a pm and then please ask you to see what i am doing worng?

    thank you

    <em>@aman204 217442 wrote:</em><blockquote>The specific css file will pertain to preset profile been selected for the template. Like, You have this css file which mainly updates references for blue profile::

    templates/ja_portfolio/core/themes/blue-color/css/color.css

    Assuming you are using default profile which comes intact with template, You can simply update your logo image with one in images folder of specific template</blockquote>

    aman204 Friend
    #373709

    <blockquote>i found them and changed to your ammended code and have tried in 3 browsers but the logo does not go to the left.</blockquote>

    Are you looking forward to have different position for logo ? If so, Please provide in screenshot marked with annotations as to where you want it

    Yes, You can pm me site link to take closer look 🙂

    jimcom76 Friend
    #373731

    it is simple.. i want the logo to be the width of the top. is this possible?

    I have sent you a pm

    here is a screen shot
    thanks


    1. logoproblem
    aman204 Friend
    #374024

    As suggested earlier,

    <blockquote>and then, increase dimensions here accordingly::

    h1.logo {template.css (line 311)
    height: 68px;
    width: 294px;
    }

    and

    h1.logo a {template.css (line 313)
    background: url(“../images/logo.png”) no-repeat scroll left center transparent;
    display: block;
    height: 68px;
    width: 294px;
    }

    </blockquote>

    So please increase width value in accordance and it will be set fine 🙂

    jimcom76 Friend
    #374042

    sorry… my mistake…. you explained perfectly:)

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

This topic contains 9 replies, has 2 voices, and was last updated by  jimcom76 13 years, 9 months ago.

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