Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • mikel2004 Friend
    #195694

    Hi!

    I wiah to hide the logo to clear the position. I don´t want anything in logo’s place.

    What can I do?

    Thanks!


    1. hide-logo
    TomC Moderator
    #526348

    So that I can best assist 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

    mikel2004 Friend
    #526350

    My site is: http://veintiuno.czoom.co/

    Thanks!

    <em>@TomC 415902 wrote:</em><blockquote>So that I can best assist 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</blockquote>

    TomC Moderator
    #526351

    For the particular color theme you are using (i.e. “orange”) . . . .

    Within file path —> /templates/ja_teline_iv_t3/css/themes/orange/template.css
    at line 5030, add a “display” non” property to the CSS rule – as follows:


    .logo-image a.bg-image {
    background-image: url("../../../images/logo.png");
    background-repeat: no-repeat;
    display: none;
    }

    What version of Teline IV are you using? – J2.5? J3?

    mikel2004 Friend
    #526352

    Great!!!!

    I’m use J3 with T3

    Thanks!

    TomC Moderator
    #526353

    <em>@mikel2004 415907 wrote:</em><blockquote>Great!!!!

    I’m use J3 with T3

    Thanks!</blockquote>

    Another way to go about it would be to create a “custom.css” file – within file path —>
    /templates/ja_teline_iv_t3/css <— and place the following CSS rule within it:


    .logo-image a.bg-image {
    background-image: url("../../../images/logo.png");
    background-repeat: no-repeat;
    display: none;
    }

    which will/should apply to any/all themes you may use in the future

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

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

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