<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Quick Tip: Editing the top menu module (blocktopmenu)</title>
	<atom:link href="http://nemops.com/editing-prestashop-top-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://nemops.com/editing-prestashop-top-menu/</link>
	<description>Prestashop Tutorials, Modules and More!</description>
	<lastBuildDate>Fri, 10 Mar 2023 23:25:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.35</generator>
	<item>
		<title>By: Maria</title>
		<link>http://nemops.com/editing-prestashop-top-menu/comment-page-1/#comment-34524</link>
		<dc:creator><![CDATA[Maria]]></dc:creator>
		<pubDate>Thu, 19 Sep 2013 12:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=271#comment-34524</guid>
		<description><![CDATA[Hi Nemo,

Can I do some simple coding and add/remove categories from the top menu?
I understand there is a module called Top Horizontal Menu, but that does not work for me. So can I change the blocktopmenu.php or blocktopmenu.css in some way to add/remove existing categories. 

I also felt that when I do inspect element on the browser, the HTML code looked very easy, but finding the right directory to change is a headache. But overriding seems quite challenging as well. Could you give me a general direction on just editing PrestaShop from back-office (since most modules I tried did not work)?

Thanks,

Maria]]></description>
		<content:encoded><![CDATA[<p>Hi Nemo,</p>
<p>Can I do some simple coding and add/remove categories from the top menu?<br />
I understand there is a module called Top Horizontal Menu, but that does not work for me. So can I change the blocktopmenu.php or blocktopmenu.css in some way to add/remove existing categories. </p>
<p>I also felt that when I do inspect element on the browser, the HTML code looked very easy, but finding the right directory to change is a headache. But overriding seems quite challenging as well. Could you give me a general direction on just editing PrestaShop from back-office (since most modules I tried did not work)?</p>
<p>Thanks,</p>
<p>Maria</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nemo</title>
		<link>http://nemops.com/editing-prestashop-top-menu/comment-page-1/#comment-13966</link>
		<dc:creator><![CDATA[Nemo]]></dc:creator>
		<pubDate>Mon, 04 Mar 2013 11:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=271#comment-13966</guid>
		<description><![CDATA[Be sure you&#039;re not caching any css file, and that force compile is ON.
Of course, there is a change yourm css rules are not targeting the correct aleme4nt, maybe something else is overriding. Inspect it with chrome developer tools]]></description>
		<content:encoded><![CDATA[<p>Be sure you&#8217;re not caching any css file, and that force compile is ON.<br />
Of course, there is a change yourm css rules are not targeting the correct aleme4nt, maybe something else is overriding. Inspect it with chrome developer tools</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dpaez</title>
		<link>http://nemops.com/editing-prestashop-top-menu/comment-page-1/#comment-13963</link>
		<dc:creator><![CDATA[Dpaez]]></dc:creator>
		<pubDate>Mon, 04 Mar 2013 11:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=271#comment-13963</guid>
		<description><![CDATA[Hi again, 

I´m working with filezilla to connect with the server. And I´m editing directly the superfish-modify.css file in the server. But I can´t see no changes after saving and overwriting.

Firstly I wanted to change the font but after seeing no changes at all I decided to try the changes you do at your video but not even those work.

Any advice?

Thanks again.]]></description>
		<content:encoded><![CDATA[<p>Hi again, </p>
<p>I´m working with filezilla to connect with the server. And I´m editing directly the superfish-modify.css file in the server. But I can´t see no changes after saving and overwriting.</p>
<p>Firstly I wanted to change the font but after seeing no changes at all I decided to try the changes you do at your video but not even those work.</p>
<p>Any advice?</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nemo</title>
		<link>http://nemops.com/editing-prestashop-top-menu/comment-page-1/#comment-13854</link>
		<dc:creator><![CDATA[Nemo]]></dc:creator>
		<pubDate>Sat, 02 Mar 2013 21:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=271#comment-13854</guid>
		<description><![CDATA[Hi,
you need to change .sf-menu li a {font: thefotnname}. Use an !important keyword if you don&#039;t see it changing]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
you need to change .sf-menu li a {font: thefotnname}. Use an !important keyword if you don&#8217;t see it changing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dpaez</title>
		<link>http://nemops.com/editing-prestashop-top-menu/comment-page-1/#comment-13849</link>
		<dc:creator><![CDATA[Dpaez]]></dc:creator>
		<pubDate>Sat, 02 Mar 2013 19:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=271#comment-13849</guid>
		<description><![CDATA[HI Nemo,

I´m trying to change the font of the blocktopmenu, but I can´t find the way to do it. 
Could you explain how to modify superfish-modify.css in order to do it please?

Thank you very much!]]></description>
		<content:encoded><![CDATA[<p>HI Nemo,</p>
<p>I´m trying to change the font of the blocktopmenu, but I can´t find the way to do it.<br />
Could you explain how to modify superfish-modify.css in order to do it please?</p>
<p>Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nemo</title>
		<link>http://nemops.com/editing-prestashop-top-menu/comment-page-1/#comment-11532</link>
		<dc:creator><![CDATA[Nemo]]></dc:creator>
		<pubDate>Thu, 24 Jan 2013 15:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=271#comment-11532</guid>
		<description><![CDATA[You can target it in the css like any normal class]]></description>
		<content:encoded><![CDATA[<p>You can target it in the css like any normal class</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://nemops.com/editing-prestashop-top-menu/comment-page-1/#comment-11529</link>
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Thu, 24 Jan 2013 14:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=271#comment-11529</guid>
		<description><![CDATA[yes i am on 1.5.3.1. Just new to the whole prestashop thing. Where exactly do you put sfHoverForce?]]></description>
		<content:encoded><![CDATA[<p>yes i am on 1.5.3.1. Just new to the whole prestashop thing. Where exactly do you put sfHoverForce?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nemo</title>
		<link>http://nemops.com/editing-prestashop-top-menu/comment-page-1/#comment-11527</link>
		<dc:creator><![CDATA[Nemo]]></dc:creator>
		<pubDate>Thu, 24 Jan 2013 14:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=271#comment-11527</guid>
		<description><![CDATA[It&#039;s a bit complex to explain, you will need to add it in the PHP file. However, if you&#039;re on 1.5.3.1, current categories have the class &quot;sfHoverForce&quot;, which you can use to target the current state ;)]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s a bit complex to explain, you will need to add it in the PHP file. However, if you&#8217;re on 1.5.3.1, current categories have the class &#8220;sfHoverForce&#8221;, which you can use to target the current state <img src="http://nemops.com/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://nemops.com/editing-prestashop-top-menu/comment-page-1/#comment-11512</link>
		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Thu, 24 Jan 2013 11:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=271#comment-11512</guid>
		<description><![CDATA[do you know how to add .current to this css. so the current page is highlighted?]]></description>
		<content:encoded><![CDATA[<p>do you know how to add .current to this css. so the current page is highlighted?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nemo</title>
		<link>http://nemops.com/editing-prestashop-top-menu/comment-page-1/#comment-59</link>
		<dc:creator><![CDATA[Nemo]]></dc:creator>
		<pubDate>Wed, 24 Oct 2012 13:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://nemops.com/?p=271#comment-59</guid>
		<description><![CDATA[Yes, but only as long as it&#039;s incorporated in the TPL. If you add it to the overall css files with Tools::addCSS (1.4) or $this-&gt;context-&gt;controller-&gt;addCSS (1.5) it should e fixed

Fabio]]></description>
		<content:encoded><![CDATA[<p>Yes, but only as long as it&#8217;s incorporated in the TPL. If you add it to the overall css files with Tools::addCSS (1.4) or $this->context->controller->addCSS (1.5) it should e fixed</p>
<p>Fabio</p>
]]></content:encoded>
	</item>
</channel>
</rss>
