Tagged: header, links, special heading, underline
-
AuthorPosts
-
December 19, 2015 at 6:23 pm #555421
hi,
thanks again for the great theme!
I have been searching the forum, and have tested some css but no luck yet :-(
can you help me to underline all the links in the content? I would just like the links in the regular text to be underlined. Not the menu items or text in buttons.
right now links are bold and when you hoover, they get underlined.
maaike
ps: the site I am working on is still on a test-server…. can’t show it… sorry
- This topic was modified 8 years, 11 months ago by maaikevk. Reason: better subject
December 19, 2015 at 7:07 pm #555424question 2 on this website…
I am using a special heading on the homepage and want to increase the font size.
right now it has the default size of H1.I have given it a css-class name: specialheading-font-size
I have used:
.specialheading-font-size {
font-size: 50px !important
}and nothing happens… What am I doing wrong?
December 19, 2015 at 7:30 pm #555428question 3
The last one I hope :-)
Can you help me insert some space beneath the logo/menu in the header?
I need some space in that area so when scrolling there always is space between the logo and the content.
Can you help me fix that?
Hope to hear from you :-)
Maaike
December 21, 2015 at 4:54 am #555730Hi,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
RikardDecember 21, 2015 at 1:06 pm #555873Hi Rikard,
Thanks!
Here you go!
It will go live this afternoon… probably in the next hour
:-)
Maaike
PS: I have temporarely used some extra white in the logo so you might think question 3 is solved… But I would rather have your code there :-)December 21, 2015 at 1:46 pm #555895Hi!
Seems like you have not made Enfold site live yet :)
Please let us know when you do so. If that is not the case, please check the link you posted once again :)Cheers!
YigitDecember 21, 2015 at 9:11 pm #556173Hi Yigit,
It’s live :-)
Maaike
December 23, 2015 at 6:09 am #556884Hi,
1. Try the following CSS:
#main a { text-decoration:underline !important; }
2. Try the following instead:
.specialheading-font-size { font-size: 50px !important; }
3. It looks like you have space already, did you manage to work it out? If not then please post a screenshot of what you would like to achieve.
Regards,
RikardJanuary 6, 2016 at 10:51 pm #560797Hi Rikard,
thanks for your efforts!
Hope you had nice, quiet December days!
Unfortunaltely,
the codes don’t make any changes :-(would you please look again?
and question 3, I have temporarily solved by adding some extra white space inside the logo.png… But I would rather have your code there :-)
Maaike
January 6, 2016 at 11:03 pm #560805Hi!
Please try using following codes
#main .main_color a,#main .alternate_color a { text-decoration:underline !important; } .specialheading-font-size h1 { font-size: 50px!important; } .html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 300px !important; }
Cheers!
YigitJanuary 6, 2016 at 11:26 pm #560822Hi Yigit,
Thanks!!!!
:-)))
Very happy with this :-))
Maaike
January 6, 2016 at 11:34 pm #560828Oops…
There’s just the ‘white-space-thing’….
I have tried to explain it in this short video… Would you be so kind to watch it?
Maaike
January 6, 2016 at 11:44 pm #560834Hi!
I get it now :)
Please try using following code.logo img { padding-bottom: 20px; }
Best regards,
YigitJanuary 6, 2016 at 11:53 pm #560838Super!!!
This works perfectly :-)
Thank you Yigit!!!
Good night (bedtime over here :-))
Maaike
January 6, 2016 at 11:54 pm #560839 -
AuthorPosts
- The topic ‘underline links permanent + special heading question + header question’ is closed to new replies.