<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Language Switcher in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/36252#M3530</link>
    <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/786"&gt;@Reg&lt;/a&gt;&amp;nbsp;yes, I know more or less on how to work on the css&amp;nbsp;stylesheet but do you mean that I have to add your suggested&amp;nbsp;code to my stylesheet?&lt;/P&gt;</description>
    <pubDate>Fri, 03 Nov 2017 14:56:38 GMT</pubDate>
    <dc:creator>Giuseppe</dc:creator>
    <dc:date>2017-11-03T14:56:38Z</dc:date>
    <item>
      <title>Language Switcher</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/36237#M3525</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have found this nice post&amp;nbsp;&lt;A href="https://community.hubspot.com/t5/COS-Design-Support/Language-Switcher-Icon-change-to-Fontawesome/m-p/11127" target="_blank"&gt;https://community.hubspot.com/t5/COS-Design-Support/Language-Switcher-Icon-change-to-Fontawesome/m-p/11127&lt;/A&gt; which is exactly what I am trying to implement. Actually I would be grateful if someone could&amp;nbsp;help me either in changing the colour of the globe icon (#ff8300) or to change the icon&amp;nbsp;itself.&lt;/P&gt;&lt;P&gt;I am not an expert ( as &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/3688"&gt;@Jsum&lt;/a&gt;&amp;nbsp;well knows &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ) and I cannot find the globe_class and relevant css.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 14:16:18 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/36237#M3525</guid>
      <dc:creator>Giuseppe</dc:creator>
      <dc:date>2017-11-03T14:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Language Switcher</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/36238#M3526</link>
      <description>&lt;P&gt;You need to override the class.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;.globe_class {
    background-image:none;
}

.globe_class:before {
    content: "\[UNICODE]";
    font-family: FontAwesome;&lt;BR /&gt;    color: &lt;SPAN&gt;#ff8300;&lt;/SPAN&gt;
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;In the .globe_class:before selector you can change the "content: "\[UNICODE]";" to the unicode value of the font awesome icon you want such as "content: "\f042";"&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 14:23:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/36238#M3526</guid>
      <dc:creator>Reg</dc:creator>
      <dc:date>2017-11-03T14:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Language Switcher</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/36248#M3528</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/786"&gt;@Reg&lt;/a&gt;&lt;/P&gt;&lt;P&gt;that is very kind of you. I am so sorry but...where I can find the class? I am nor a designer neither an expert...really sorry but would appreciate any input...&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 14:48:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/36248#M3528</guid>
      <dc:creator>Giuseppe</dc:creator>
      <dc:date>2017-11-03T14:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Language Switcher</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/36251#M3529</link>
      <description>&lt;P&gt;You would need to paste it into your stylesheet. Each website has a .css&amp;nbsp;stylesheet that allows for the styling to occur.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 14:54:39 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/36251#M3529</guid>
      <dc:creator>Reg</dc:creator>
      <dc:date>2017-11-03T14:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Language Switcher</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/36252#M3530</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/786"&gt;@Reg&lt;/a&gt;&amp;nbsp;yes, I know more or less on how to work on the css&amp;nbsp;stylesheet but do you mean that I have to add your suggested&amp;nbsp;code to my stylesheet?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 14:56:38 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/36252#M3530</guid>
      <dc:creator>Giuseppe</dc:creator>
      <dc:date>2017-11-03T14:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Language Switcher</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/36254#M3531</link>
      <description>&lt;P&gt;Yes exactly &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; but don't forget to replace the UNICODE with the icon you would like.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 15:01:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/36254#M3531</guid>
      <dc:creator>Reg</dc:creator>
      <dc:date>2017-11-03T15:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Language Switcher</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/36255#M3532</link>
      <description>&lt;P&gt;By any chance could I kindly ask you where I should put that code? in my own stylesheet (template purchased at the HS MarketPlace) I cannot find any .globe_class...&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 15:05:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/36255#M3532</guid>
      <dc:creator>Giuseppe</dc:creator>
      <dc:date>2017-11-03T15:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Language Switcher</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/36256#M3533</link>
      <description>&lt;P&gt;Yes you should put it into your stylesheet(from theme), the styles will override the ones included from default sheets.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 15:09:24 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/36256#M3533</guid>
      <dc:creator>Reg</dc:creator>
      <dc:date>2017-11-03T15:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Language Switcher</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/36261#M3534</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/786"&gt;@Reg&lt;/a&gt;&amp;nbsp;awesome! I did it and it works and now the globe icon is #ff8300. The very last thing: how can I make bigger the globe? I applied:&lt;/P&gt;&lt;P&gt;border-radius: 30px;&lt;BR /&gt;width: 30px;&lt;BR /&gt;height: 30px;&lt;/P&gt;&lt;P&gt;but I have the feeling that is wrong since the size of the globe icon does not change &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 15:38:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/36261#M3534</guid>
      <dc:creator>Giuseppe</dc:creator>
      <dc:date>2017-11-03T15:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Language Switcher</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/36271#M3538</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/786"&gt;@Reg&lt;/a&gt;&amp;nbsp;settled. Thank you so much&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 16:20:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/36271#M3538</guid>
      <dc:creator>Giuseppe</dc:creator>
      <dc:date>2017-11-03T16:20:57Z</dc:date>
    </item>
  </channel>
</rss>

