Advertisement:

Author Topic: Bender Theme - Changing Logo Font On Mobile Version  (Read 665 times)

mmott

  • Newbie
  • *
  • Posts: 1
Bender Theme - Changing Logo Font On Mobile Version
« on: September 10, 2017, 01:44:57 pm »
Hi, I wonder if anyone can help, I've successfully managed to edit the main.css file, and have changed the logo font to Pacifico, which works on my desktop browser but not on the mobile version, can anyone help please?

Example:

Original - #header #logo{color:#fff;font-family:"Osclass";

to

Modified - #header #logo{color:#fff;font-family:"Pacifico";

I've attached the main file as a .txt

Ehsan_

  • Newbie
  • *
  • Posts: 3
Re: Bender Theme - Changing Logo Font On Mobile Version
« Reply #1 on: October 14, 2017, 03:15:13 pm »
in main.css find #header #logo inside

@media only screen and (max-width: 740px){
@media only screen and (max-width: 640px){
@media only screen and (max-width: 480px){

 #header #logo change it or write new code.

 

keep one backup copy of main.css
« Last Edit: October 14, 2017, 03:19:46 pm by Ehsan_ »