Title: No CSS-file?
Last modified: August 22, 2016

---

# No CSS-file?

 *  Resolved [CarolineMinor](https://wordpress.org/support/users/carolineminor/)
 * (@carolineminor)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/no-css-file-2/)
 * Hi,
 * Thanks for a great theme. I have two questions for you 🙂
 * Unfortunately the logo im using isn’t a “long and flat” logo but a “tall and 
   round” therefore I want to change the css, so the logo has no max-height – but
   when I enter the editor and the stylesheet, nothing shows? How can I change that?
 * Besides that, I would really like a “change language” text beside the phone and
   mail text in the extra header – I really such at PHP, so can you explain to me,
   how to do that? I just want one more “bullet” saying “English” or so.
 * Thank you in advance 🙂
 * Kind regards,
    Caroline (Denmark)

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/no-css-file-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/no-css-file-2/page/2/?output_format=md)

 *  Thread Starter [CarolineMinor](https://wordpress.org/support/users/carolineminor/)
 * (@carolineminor)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/no-css-file-2/#post-5790629)
 * Oh and BTW – you’re missing “linkedin” as social media! I’m missing that one 
   😉
 *  Theme Author [shufflehound](https://wordpress.org/support/users/shufflehound/)
 * (@shufflehound)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/no-css-file-2/#post-5790683)
 * Hello,
 * We will add “linkedin” social media in next update.
 * It’s not recommended to edit something in theme files, because after every update
   custom code can disappear. At this moment, if you really want to tweak your theme
   with custom code, then you can install [this plugin](https://wordpress.org/plugins/simple-custom-css/)
   and add something like that:
 *     ```
       .navbar-brand img {
       	max-height: 35px!important;
       	height: 35px!important;
       }
       ```
   
 * About “change language” text, we need to know what language plugin do you have.
 *  Thread Starter [CarolineMinor](https://wordpress.org/support/users/carolineminor/)
 * (@carolineminor)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/no-css-file-2/#post-5790691)
 * Thanks for the reply. I’ve fixed the CSS problem now.
 * I’m not using any language plugin but just want one more text-box besides “mail”
   and “phone number” so I can link to my english version webside – is that possible?
 *  Theme Author [shufflehound](https://wordpress.org/support/users/shufflehound/)
 * (@shufflehound)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/no-css-file-2/#post-5790693)
 * It’s possible, only after every update you will need to add that custom code 
   again.
    For your problem you can try to insert code below in header.php line 
   110:
 * `<a href="#"><i class="fa fa-language"></i>English</a>`
 *  Thread Starter [CarolineMinor](https://wordpress.org/support/users/carolineminor/)
 * (@carolineminor)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/no-css-file-2/#post-5790694)
 * Thank you very much 🙂
 * Can I change the little icon to a flag? Or is it too complicated?
 *  Theme Author [shufflehound](https://wordpress.org/support/users/shufflehound/)
 * (@shufflehound)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/no-css-file-2/#post-5790701)
 * Yes you can, just change “fa-language” to something other from [this list](http://fortawesome.github.io/Font-Awesome/cheatsheet/).
 *  [bilbaggins](https://wordpress.org/support/users/bilbaggins/)
 * (@bilbaggins)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/no-css-file-2/#post-5790781)
 * **Re: CSS File:**
 * If there is no style sheet as such… **_where are the style settings_** so I can
   alter them???
 * I want to change font sizes and add some different colours to fonts selectively.
   
   I don’t want to do this as inline code.
 * Also I want to insert a larger Logo as CarolineMentor (above) requested.
 * Is the CSS Custom PlugIn the only way to do this???
 * many thanks
 *  Theme Author [shufflehound](https://wordpress.org/support/users/shufflehound/)
 * (@shufflehound)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/no-css-file-2/#post-5790782)
 * Did you check **Maskitto Light Options** section?
    There you can set custom fonts
   and colors.
 * CSS file is located in css/style.css
 *  [bilbaggins](https://wordpress.org/support/users/bilbaggins/)
 * (@bilbaggins)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/no-css-file-2/#post-5790786)
 * [@shufflehound](https://wordpress.org/support/users/shufflehound/)…
    Checked 
   all the Options and so on. I want to change specific fonts and their sizes & 
   colours not a global sweep!
 * Again where are the Style Settings??? **OR** are you suggesting I use the Maskitto
   Light: Stylesheet (style.css) to do my edits?
 * thanks for the rapid response! 🙂
 *  [bilbaggins](https://wordpress.org/support/users/bilbaggins/)
 * (@bilbaggins)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/no-css-file-2/#post-5790787)
 * Oh and I forgot I want to change the Captions font style and size using CSS…
 *  Theme Author [shufflehound](https://wordpress.org/support/users/shufflehound/)
 * (@shufflehound)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/no-css-file-2/#post-5790789)
 * Later in future updates we will try to make custom CSS edit easier from theme
   options, but at this moment for those custom CSS settings we can only recommend
   to use [this plugin](https://wordpress.org/plugins/simple-custom-css/screenshots/).
 *  [bilbaggins](https://wordpress.org/support/users/bilbaggins/)
 * (@bilbaggins)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/no-css-file-2/#post-5790818)
 * OK. The problem is I need to know what style settings have been used and where
   are they?
    Without knowing what the CSS styles are it is very risky to make any
   changes.
 * **Why are you not prepared to divulge this information? It is very unprofessional.**
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/no-css-file-2/#post-5790820)
 * He’s not hiding anything (nor is he being unprofessional). All the CSS for any
   theme is in the theme files – style.css (and in some themes, additional files).
   A browser tool like Firebug will show you all the CSS – or you can look in the
   theme files.
 * The point is that modifying theme files is not a good way to make changes – as
   they will be overwritten when the theme is updated. So using a custom CSS plugin–
   and ADDING changes there will prevent that from happening.
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/no-css-file-2/#post-5790821)
 * These may be helpful if you are new to working with CSS:
 * [http://getfirebug.com/css](http://getfirebug.com/css)
 * [http://www.w3schools.com/css/](http://www.w3schools.com/css/)
 *  [bilbaggins](https://wordpress.org/support/users/bilbaggins/)
 * (@bilbaggins)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/no-css-file-2/#post-5790822)
 * @ WPyogi – there are no style sheets within this theme that have any style content
   that I can find. If you know where they are please show me.
    I am not concerned
   with future updates… I always back up my authored CSS to cover that event.
 * I dont want to copy the CSS from Firebug etc and dump it into the existing empty
   style sheet as that may create a new problem by duplicating CSS residing elsewhere
   if you follow.
 *  Thanks for the tip but it isn’t solving the problem as detailed above. 🙂

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/topic/no-css-file-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/no-css-file-2/page/2/?output_format=md)

The topic ‘No CSS-file?’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/maskitto-light/3.4.0/screenshot.
   png)
 * Maskitto Light
 * [Support Threads](https://wordpress.org/support/theme/maskitto-light/)
 * [Active Topics](https://wordpress.org/support/theme/maskitto-light/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/maskitto-light/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/maskitto-light/reviews/)

 * 21 replies
 * 5 participants
 * Last reply from: [bilbaggins](https://wordpress.org/support/users/bilbaggins/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/no-css-file-2/page/2/#post-5790838)
 * Status: resolved