Blocks Template - Logo

  • Kandy
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 5 days ago #39171 by Kandy
Blocks Template - Logo was created by Kandy
Hi,

Could you help me to get rid of the Logo's Top Border please.

Firebug inspection says:

index.php (line 48)

div.logo_container {
border-top: 2px solid #FFFFFF;
}

I tried to edit the index.php but I couldn't find the line (my PHP knowledge is zero!). I really appreciate it if someone could help please.

Many thanks
Ami

Please Log in to join the conversation.

More
10 years 5 days ago #39182 by ivan.milic
Replied by ivan.milic on topic Blocks Template - Logo
It is in template_css.php

div.logo_container {
border-top: <php...
}

Please Log in to join the conversation.

  • Kandy
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 5 days ago #39188 by Kandy
Replied by Kandy on topic Blocks Template - Logo
Hi Ivan,

Thank you for your reply. Due to my zero knowledge in PHP, I have done the following change in template_css.php file and the problem sorted. Could you let me know if it is a right way to do please.

div.logo_container {
border-top: none <?php echo $logoColor; ?>;
}

Kind regards
Ami

Please Log in to join the conversation.

More
10 years 5 days ago #39203 by ivan.milic
Replied by ivan.milic on topic Blocks Template - Logo
Insted of:

border-top: none <?php echo $logoColor; ?>;

put:

border-top: none;

Please Log in to join the conversation.

  • Kandy
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
10 years 5 days ago #39207 by Kandy
Replied by Kandy on topic Blocks Template - Logo
Dear Ivan,

Thank you so much for your kind help.

Best regards
Ami

Please Log in to join the conversation.

Time to create page: 0.309 seconds
Powered by Kunena Forum