Jump to content

Change header font color on hover


Recommended Posts

Hello, 

 

I'd like to change font color and underline my header links on hover, module "blockpermnentlinks".

My PrestaShop uses custom theme with 3 versions of headers and I have included "blockpermanentlinks-header.tpl" into the 2'nd version of my theme "header-v2.tpl" file. Here is the part of that code:

---------

<div class="header-v2">
    <section id="header_top" class="hide-below-1024">
        <div class="row">
            <div class="column col-8-12" style="font-size:11px">
                <div class="custom-header-area">
                    {include file="$tpl_dir./modules/blockpermanentlinks/blockpermanentlinks-header.tpl"}                    
                     <span class="wpicon wpicon-phone small"></span>
<span>
---------
I tried to modify these css files /themes/MyTheme/modules/blockpermanentlinks/blockpermanentlinks.css also /modules/blockpermanentlinks/blockpermanentlinks.css and added this line
"#header_links a, #header_links:hover {color:red; text-decoration:underline}
 
...BUT it did not work for me.
 
Spent lot of time for this, but nothing.. 
Any help please?
 
My shop is: www.glosstyle.com
 
 
 
 
 
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...