<?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: Target two speaker images in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Target-two-speaker-images/m-p/259564#M11479</link>
    <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt;&amp;nbsp;thank you for the response. The image I am referring to is the HubSpot module image that I pulled over in the design manager. Would I still accomplish it the same way below?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Sun, 17 Mar 2019 18:54:38 GMT</pubDate>
    <dc:creator>ErinKas</dc:creator>
    <dc:date>2019-03-17T18:54:38Z</dc:date>
    <item>
      <title>Target two speaker images</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Target-two-speaker-images/m-p/259511#M11475</link>
      <description>&lt;P&gt;Hello oh Wise community. Can anyone please help me target the two speaker images on this page to make them circles. I was able to target img but then all images including the logo become circles.....Any help is greatly appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://fgg1031-5468919.hs-sites.com/-temporary-slug-4ff8f98d-9061-47a3-babf-39096229c2b5?hs_preview=upoYXVec-8192040984" target="_blank"&gt;http://fgg1031-5468919.hs-sites.com/-temporary-slug-4ff8f98d-9061-47a3-babf-39096229c2b5?hs_preview=upoYXVec-8192040984&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Erin&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2019 01:38:27 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Target-two-speaker-images/m-p/259511#M11475</guid>
      <dc:creator>ErinKas</dc:creator>
      <dc:date>2019-03-16T01:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Target two speaker images</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Target-two-speaker-images/m-p/259561#M11478</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/67871"&gt;@ErinKas&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the best way to "target" just the speaker images is to give them a class - like "round-img" or something like that.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you've build the elements into the template edit them in the template.&lt;/P&gt;
&lt;P&gt;Then you can edit the (main) CSS with following line(s) of code:&lt;/P&gt;
&lt;PRE&gt;.round-img img{
border-radius:100%;
}&lt;/PRE&gt;
&lt;P&gt;If you added them trough a (custom) module(like testimonials) then you should look for the "parent-class"(most easiest way is to open the module and look in the sourcecode) and then add&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;.NAME-OF-PARENT-CLASS img{
border-radius:100%;
}&lt;/PRE&gt;
&lt;P&gt;to your (main) CSS file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know, if this works&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;regards,&lt;/P&gt;
&lt;P&gt;Anton&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="check.png" style="width: 30px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/15225i47E21033C97733AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="check.png" alt="check.png" /&gt;&lt;/span&gt;&lt;/TD&gt;
&lt;TD&gt;Did my post help answer your query? Help the Community by &lt;STRONG&gt;marking it as a solution&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Sun, 17 Mar 2019 14:29:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Target-two-speaker-images/m-p/259561#M11478</guid>
      <dc:creator>Anton</dc:creator>
      <dc:date>2019-03-17T14:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Target two speaker images</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Target-two-speaker-images/m-p/259564#M11479</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt;&amp;nbsp;thank you for the response. The image I am referring to is the HubSpot module image that I pulled over in the design manager. Would I still accomplish it the same way below?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 17 Mar 2019 18:54:38 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Target-two-speaker-images/m-p/259564#M11479</guid>
      <dc:creator>ErinKas</dc:creator>
      <dc:date>2019-03-17T18:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Target two speaker images</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Target-two-speaker-images/m-p/259744#M11489</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/67871"&gt;@ErinKas&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sure. You can add this(or other classes) to any module/group you want/need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It should look like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2019-03-18 um 19.29.57.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/15868i93C3B0DDBC593E36/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bildschirmfoto 2019-03-18 um 19.29.57.png" alt="Bildschirmfoto 2019-03-18 um 19.29.57.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;regards&lt;/P&gt;
&lt;P&gt;Anton&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="check.png" style="width: 30px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/15225i47E21033C97733AB/image-size/large?v=v2&amp;amp;px=999" role="button" title="check.png" alt="check.png" /&gt;&lt;/span&gt;&lt;/TD&gt;
&lt;TD&gt;Did my post help answer your query? Help the Community by &lt;STRONG&gt;marking it as a solution&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Mon, 18 Mar 2019 18:32:29 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Target-two-speaker-images/m-p/259744#M11489</guid>
      <dc:creator>Anton</dc:creator>
      <dc:date>2019-03-18T18:32:29Z</dc:date>
    </item>
  </channel>
</rss>

