Disable Links underline
-
Hi
I want to adjust two things. But somehow they are not working.
(1) I want the Blog Title text color to #333333 in the Blog Entries Page (Home page).
I have set the color to #333333 in Customizing ? Typography ? Blog Entry Title ? Font color = #333333. But it is showing in blue (#0077d8) color.(2) I want the links to NOT show underlines anywhere (normal and hover).
I have set the colors as follows: Customizing ? General Options ? General Styling => Primary Color = #0077d8, Hover Primary Color = #005398, Link Colors => Color = #0077d8, Color: Hover = #005398. Colors are woking fine, but don’t want the underlines to show up. Add the following in CSS, but not working.a { text-decoration: none; } a:hover { text-decoration: none; }
Please note, I cannot use
!important
in CSS as I am using AMP. In the previous avatar of my website, I was using it that way (How to change Link color in blog/page content only), but now I cannot because of AMP.How do I solve these two problems?
Thanks
The page I need help with: [log in to see the link]
- The topic ‘Disable Links underline’ is closed to new replies.