patrick.s.nunes   10-02-2024, 04:12 PM
#1
Matty, good morning.

Firstly I would like to thank you for your work. I wanted to ask you a question and see if you could help me.

The title of my forum is AeroHow Forum, and I would like to replace it with my brand's logo, is it possible to do this in your theme as well as in the default theme? If yes, how do I do it? I'm a newbie.

Thank you very much in advance
Attached Files
Matty   10-02-2024, 04:33 PM
#2
(10-02-2024, 04:12 PM)patrick.s.nunes Wrote: Matty, good morning.

Firstly I would like to thank you for your work. I wanted to ask you a question and see if you could help me.

The title of my forum is AeroHow Forum, and I would like to replace it with my brand's logo, is it possible to do this in your theme as well as in the default theme? If yes, how do I do it? I'm a newbie.

Thank you very much in advance

Hi Patrick,

No problem at all.

Go into your Admin CP, select 'Templates & Style'. On the left you'll see 'Templates'. Click on that, and then click on 'Inspired' templates. Then select 'Header Templates' and select 'Header'.

Find this code:

Code:
{$mybb->settings['bbname']}

There you can replace with an image like this:

Code:
<img src="..." style="width: 100px; height: 100px" />

Replace '...' with the URL to the image you want to use, and adjust '100px' to your desired dimensions.

If you need help with this, send me a private message and I'll have a look for you Smile
patrick.s.nunes   11-02-2024, 06:26 AM
#3
Dear Matty, good afternoon.

Get it resolved. Thanks for your help.

I would like to know if you make other types of templates for sale or if you make customized templates according to customer demand as well?

If so, I would like your business contact method for future partnerships. I currently live in Brazil and I don't speak your language, but I am using a translator. And I would like to know if you do consultancy too.


Thank you very much for your work.


Note: For me to change that violet color of the bar below the logo, is there a specific procedure?


Thank you very much in advance


image link : https://i.imgur.com/gFR51A8.png
Matty   11-02-2024, 08:02 AM
#4
Glad we got it resolved Smile

I do both customizations and new template designs as well. If you like you can send me a private message to discuss further?

As for changing the colour of the violet bar, go to your Admin CP > Templates & Style > Themes > Inspired > and select 'global.css'

Find this code:

Code:
.catmod {
    color: #ffffff;
    background-image: linear-gradient(
    90deg,
    hsl(211deg 95% 47%) 0%,
    hsl(217deg 81% 53%) 11%,
    hsl(222deg 76% 55%) 22%,
    hsl(227deg 72% 57%) 33%,
    hsl(232deg 67% 58%) 44%,
    hsl(238deg 62% 59%) 56%,
    hsl(244deg 58% 58%) 67%,
    hsl(250deg 55% 55%) 78%,
    hsl(256deg 53% 53%) 89%,
    hsl(261deg 51% 51%) 100%
    );
}


'#FFFFFF' is the color of the font, and background-image is the violet color. Replace with:

Code:
background: #000000;

And just change '#000000' with your desired hex colour. You can find a comprehensive list of hex code colours from here: https://htmlcolorcodes.com/
ingmeal   15-05-2024, 11:52 AM
#5
(10-02-2024, 04:33 PM)Matty Wrote:
(10-02-2024, 04:12 PM)patrick.s.nunes Wrote: Matty, good morning.

Firstly I would like to thank you for your work. I wanted to ask you a question and see if you could help me.

The title of my forum is AeroHow Forum, and I would like to replace it with my brand's logo, is it possible to do this in your theme as well as in the default theme? If yes, how do I do it? I'm a newbie.

Thank you very much in advance

Hi Patrick,

No problem at all.

Go into your Admin CP, select 'Templates & Style'. On the left you'll see 'Templates'. Click on that, and then click on 'Inspired' templates. Then select 'Header Templates' and select 'Header'.

Find this code:

Code:
{$mybb->settings['bbname']}

There you can replace with an image like this:

Code:
<img src="..." style="width: 100px; height: 100px" />

Replace '...' with the URL to the image you want to use, and adjust '100px' to your desired dimensions.

If you need help with this, send me a private message and I'll have a look for you Smile

------
Matt,
I am using your Curves UI design as it matches almost exactly the design of our forum back in the 2Ks, ans we are rebooting our community.
Thanks for your excellent work and for supporting the less experienced noobies.

I followed yhe instructions to change the logo of the header, but i am still unable to get rid of the "chat bubbles" left to the logo.
Can you please throw some guidance for me?

Also, as you can see, the dark grey color of the header would look better by changing it to a "darker" black (joke).
doing experinents on changing the color of the ribbon with the previous post instructions.

Very much appreciated!
Mauricio
Attached Files
  
Users browsing this thread: 1 Guest(s)
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.