-
AuthorPosts
-
December 9, 2013 at 4:44 pm #198068
Hi folks, I’ve hit a major hurdle with one element in Enfold – Special Headings.
There does not appear to be a way to add a hyperlink to a special heading element. We are using them throughout the interface as headings for various content, and we have just discovered that they are not linkable. Is there anyway to get around this, or to even patch the php files to add this functionality?
Thanks,
GDecember 10, 2013 at 3:48 am #198357Hi Glyphism!
You can add link to Special Heading element manually as shown in this screenshot http://i.imgur.com/lam5cHh.jpg
Cheers!
YigitDecember 10, 2013 at 3:50 am #198359Oh I see. Thanks for that. Honestly your support on this forum is just so helpful. It makes the investment in the theme all the more worth it.
December 10, 2013 at 3:55 am #198366September 24, 2015 at 12:58 am #508123Tried that but it didn’t work.
Shop is supposed to be linked – http://befashionablyfunny.com/
I’m sure it’s something simple that I’m missing.
Thx
September 24, 2015 at 12:57 pm #508365Hey!
@hartcrest Do you mind creating a temporary admin login and posting it here privately so we can look into it?Regards,
Yigit- This reply was modified 9 years, 2 months ago by Yigit.
May 16, 2017 at 5:10 pm #794122Hi Yigit,
When I used the instructions in the screenshot, the hyperlink routes through to the desired page specified in the <a href=, but when the page is in the browser there are no fwd and backward arrows visible in the browser toolbar. Why is that?
I also added “remove-hyperlink-underline.php” style=”text-decoration: none;” because I didn’t want the characteristic underline.May 16, 2017 at 6:55 pm #794285Hi,
@craigriches Please remove following from the codetarget="_blank"
Since it is opened in a new tab, it is the first page so forward & backward buttons do not work.
I cannot see underline on your link. Please flush browser cache and refresh your page a few times :)
Best regards,
YigitMay 16, 2017 at 8:04 pm #794390Thanks Yigit, that did the job!
### I cannot see underline on your link. Please flush browser cache and refresh your page a few times :)
(Craig): You wouldn’t because, as I said i included “remove-hyperlink-underline.php” style=”text-decoration: none;” because I didn’t want the characteristic underline. :)regards
Craig
May 16, 2017 at 8:07 pm #794392Hey!
Oh, i see!
You can simply remove inline code and add following code to Quick CSS in Enfold theme options under General Styling tab.av-special-heading-tag a { text-decoration: none!important; }
:)
Best regards,
YigitOctober 21, 2018 at 10:57 pm #1024616Hi Yigit, this doesn’t seem to be working for me, still underlined
Link and all quick css pasted in private content
October 22, 2018 at 7:29 pm #1025067I figured it out on my own!!!!!!
#top .custom-color-heading a {
text-decoration: none;
}Inspect element in chrome and trying things in real time is a game changer! w00t!
October 23, 2018 at 10:07 am #1025293Hi,
@neverstar Glad you figured it out and thanks for sharing your solution :)I am going to close this thread since it is an old one. Please feel free to start a new thread if you have any other questions or issues.
Best regards,
Yigit -
AuthorPosts
- The topic ‘Special Heading Hyperlink’ is closed to new replies.