2015-07-12, 12:41 AM
(2015-07-12, 12:36 AM)eNvy Wrote: [ -> ](2015-07-12, 12:32 AM)nikiips Wrote: [ -> ]Ah.... But is not appear only at home page but it's ok inside the forum
Even in the portal, it looks fine for me at least...
Strange...

(2015-07-12, 12:36 AM)eNvy Wrote: [ -> ](2015-07-12, 12:32 AM)nikiips Wrote: [ -> ]Ah.... But is not appear only at home page but it's ok inside the forum
Even in the portal, it looks fine for me at least...
(2015-07-12, 12:41 AM)nikiips Wrote: [ -> ](2015-07-12, 12:36 AM)eNvy Wrote: [ -> ](2015-07-12, 12:32 AM)nikiips Wrote: [ -> ]Ah.... But is not appear only at home page but it's ok inside the forum
Even in the portal, it looks fine for me at least...
Strange...What the software are required for the site is displayed without problem ? because I tested in more computer is same problem
<link href="{$mybb->settings['bburl']}/images/mytrade/font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
(2015-07-12, 10:38 AM)nikiips Wrote: [ -> ]Very Very thanks is good its works very thanks for your help.
But I have one last request for you, how can I remove the logo to the forum and put my logo for every game as the photo attached
http://pasteboard.co/1TUiGnLS.png
Thanks for your reply
(2015-07-27, 10:36 PM)nikiips Wrote: [ -> ]Hello,
I want add my logo in the header of the forum ans replace the logo of Mytrade. its possible ?
Here: http://pasteboard.co/2hut9M0a.png
Thanks for your help
And I want change the font of logo. please
<div id="header">
<div class="wrapper">
<div class="logo"><i class="fa fa-comments fa-lg"></i> {$lang->xstyled_mytrade}</div>
</div>
</div>
<div id="header">
<div class="wrapper">
<div class="logo"><img src="PATH OF YOUR LOGO" /></div>
</div>
</div>
<div id="header">
<div class="wrapper">
<div class="logo"><i class="fa fa-ICON OF YOUR CHOICE fa-lg"></i> {$lang->xstyled_mytrade}</div>
</div>
</div>
$l['xstyled_mytrade'] = "MyTrade";
.logo {
float: left;
margin-top: 15px;
color: #F2F2F2;
font-size: 52px;
font-weight: 700;
}
(2015-07-28, 01:33 AM)nikiips Wrote: [ -> ]Very very thanks for your help but how I insert a banner and my logo in my header. Example: I would like make this http://pasteboard.co/2hFJTKul.png
But with my logo and banner
(2015-07-29, 11:17 PM)nikiips Wrote: [ -> ]Oh, okay, thank you very much for helping .
But excuse me yet but unfortunately I am a beginner.
- First I wanted to know how I can change the login page , replace the text ? http://pasteboard.co/2kzo33pL.png
- I also wanted to learn how to change the color of the admins on the outside website to differentiate users and admins. http://pasteboard.co/2kzzJbMX.png
- And last quick question how I can change the language of the red rectangle . So I would translate . http://pasteboard.co/2kzBEWeK.png
Thank you very much for helping me if this does not bother you
Quote:After, to change the text of the logo, you need to go to your hosting, root of the mybb forum, inc folder, languages, english, and open vars_envy.lang.php file.
Inside the file you will have all the custom vars I used on MyTrade theme, search this one: