<?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: Styling the built-in navigation in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Styling-the-built-in-navigation/m-p/356937#M17693</link>
    <description>&lt;P&gt;Thank you !!&amp;nbsp; I'm self-taught at this point and have my sleeves rolled up.&amp;nbsp; I can make changes to that theme and the .json.&amp;nbsp; &amp;nbsp;Any help is TRULY appreciated !&amp;nbsp; Bring it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jul 2020 20:11:01 GMT</pubDate>
    <dc:creator>BethCacciotti</dc:creator>
    <dc:date>2020-07-23T20:11:01Z</dc:date>
    <item>
      <title>Styling the built-in navigation</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Styling-the-built-in-navigation/m-p/356932#M17690</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="menu.JPG" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/29583i1F56751651E784EA/image-size/large?v=v2&amp;amp;px=999" role="button" title="menu.JPG" alt="menu.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm creating a landing page.&amp;nbsp; And using the "navigation" built-in.&amp;nbsp; And I'd like to style the choices so that they maybe underline or change color on hover.&amp;nbsp; But I'm not sure if that's even possible.&amp;nbsp; And, if it is, where does it happen?&amp;nbsp; &amp;nbsp;I'm using a "theme" from HubSpot - but when I try to edit - it just takes me back to the "Settings" area that give me choices for inputting labels&amp;nbsp; - but not styles.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 19:56:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Styling-the-built-in-navigation/m-p/356932#M17690</guid>
      <dc:creator>BethCacciotti</dc:creator>
      <dc:date>2020-07-23T19:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Styling the built-in navigation</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Styling-the-built-in-navigation/m-p/356936#M17692</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/82508"&gt;@BethCacciotti&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes this is possible, however, it will need further code adjustments and im not sure if you'll have the ability to make changes to a hubspot theme. (I've not used one before)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you're comfortable with making code changes you'll need to make changes in a file called &lt;U&gt;&lt;STRONG&gt;fields.json &lt;/STRONG&gt;&lt;/U&gt;(either module or theme, theme fields are limited by choice)&lt;U&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/U&gt;Then, you'll need to use these new fields in the css file that accompanies the module or the main css file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you're comfortable with diving in, you can make the changes yourself if I list them out, otherwise, I could guide you through it. This can seem quite advanced if you're not used to coding.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 20:08:22 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Styling-the-built-in-navigation/m-p/356936#M17692</guid>
      <dc:creator>SandyG1</dc:creator>
      <dc:date>2020-07-23T20:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Styling the built-in navigation</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Styling-the-built-in-navigation/m-p/356937#M17693</link>
      <description>&lt;P&gt;Thank you !!&amp;nbsp; I'm self-taught at this point and have my sleeves rolled up.&amp;nbsp; I can make changes to that theme and the .json.&amp;nbsp; &amp;nbsp;Any help is TRULY appreciated !&amp;nbsp; Bring it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 20:11:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Styling-the-built-in-navigation/m-p/356937#M17693</guid>
      <dc:creator>BethCacciotti</dc:creator>
      <dc:date>2020-07-23T20:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Styling the built-in navigation</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Styling-the-built-in-navigation/m-p/356938#M17694</link>
      <description>&lt;P&gt;Additional documentation&lt;BR /&gt;&lt;A href="https://developers.hubspot.com/docs/cms/building-blocks/module-theme-fields" target="_blank" rel="noopener"&gt;Theme and module fields&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once these are set, you can use them in the style sheets like so&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;{{ theme.NAME.color }}&lt;/PRE&gt;&lt;P&gt;or&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{{ module.NAME.color }} /* has to be used in the html in &amp;lt;style&amp;gt;&amp;lt;/style&amp;gt; */&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 20:23:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Styling-the-built-in-navigation/m-p/356938#M17694</guid>
      <dc:creator>SandyG1</dc:creator>
      <dc:date>2020-07-23T20:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Styling the built-in navigation</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Styling-the-built-in-navigation/m-p/356939#M17695</link>
      <description>&lt;P&gt;Okay, bare with me&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/82508"&gt;@BethCacciotti&lt;/a&gt;&amp;nbsp; whilst I get some kind of useful thing together for you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(conversation moved to PMs)&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 20:31:20 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Styling-the-built-in-navigation/m-p/356939#M17695</guid>
      <dc:creator>SandyG1</dc:creator>
      <dc:date>2020-07-23T20:31:20Z</dc:date>
    </item>
  </channel>
</rss>

