Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #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, 7 months ago by maaikevk. Reason: better subject
    #555424

    question 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?

    #555428

    question 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

    #555730

    Hi,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #555873

    Hi 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 :-)

    #555895

    Hi!

    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!
    Yigit

    #556173

    Hi Yigit,

    It’s live :-)

    Maaike

    #556884

    Hi,

    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,
    Rikard

    #560797

    Hi 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

    #560805

    Hi!

    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!
    Yigit

    #560822

    Hi Yigit,

    Thanks!!!!

    :-)))

    Very happy with this :-))

    Maaike

    #560828

    Oops…

    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

    #560834

    Hi!

    I get it now :)
    Please try using following code

    .logo img { padding-bottom: 20px; }

    Best regards,
    Yigit

    #560838

    Super!!!

    This works perfectly :-)

    Thank you Yigit!!!

    Good night (bedtime over here :-))

    Maaike

    #560839

    Hi!

    You are welcome Maaike, glad we could help! Let us know if you have any other questions or issues :)
    Night night!

    Cheers!
    Yigit

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘underline links permanent + special heading question + header question’ is closed to new replies.