• Resolved Cyrex13

    (@cyrex13)


    First of all I must say big THANKS for this awesome theme! It’s really very good!

    I have two problems about footer! I manage to (with custom CSS) change sidebar titles to lower size (sidebar headings), but I want do that with footer too. What do I need to enter in custom CSS? I try something but doesn’t work!

    Also I put social icons widget bellow my first footer widget, but I want it to have align in the center? I manage to center align that first footer widget with text-align cause first widget is some TEXT widget, but bellow, where are Social Icons, I don’t have that option, and my custom CSS attempts aren’t manage to do that!

    Tnx in advance!
    Sincerly,
    Ante

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter Cyrex13

    (@cyrex13)

    Heh.. I just realize that I can change that via Theme Options -> Typography settings, so now I have proper headings for all titles on my web site!

    But how I can change a:hover style in footer? I manage with custom CSS to have it properly in sidebar, but I can’t get that in footer? And I can’t do that from Theme Options -> Basic Styling..
    Any ideas what to put in custom CSS?

    hannah

    (@hannahritner)

    Hey, do you mind posting a link to your site?

    Hannah

    Thread Starter Cyrex13

    (@cyrex13)

    Tnx for the reply Hannah, but my site is “under construction” mode, so it’s not visible yet..
    It’s not problem for now, but I let you know when I will be online so that you can check it..

    Sincerely..
    Ante

    hannah

    (@hannahritner)

    What do you mean by “I can’t do that from Theme Options -> Basic Styling” ? The hover in the footer isn’t pulling from your primary color?
    If you want to change the hover color of only the links in the footer you can this css:

    .footerclass a:hover {
        color: #fff;
    }

    That would just go in your custom css box in Theme Options > Advanced Settings.
    If that doesn’t work I may need to wait on a link:)

    Hannah

    Thread Starter Cyrex13

    (@cyrex13)

    That worked!
    Cool..
    And here is my site: https://www.tkpomak.hr
    BTW, is there a chance that space between header and slider (where is a primary menu) I can put some other color? I just want menu background but all the width to put in some color.. And how do I align menu to the left?

    Or should I open another ticket for this?

    Sincerly,
    Ante

    Thread Starter Cyrex13

    (@cyrex13)

    Ok, I manage to align primary menu to the left, but still can’t have background color only around primary menu row, cause header background color covers header image too..

    hannah

    (@hannahritner)

    Try using this css:

    @media (min-width: 992px) {
    #nav-main {
        background-color: #333;
        padding: 5px;
        margin-top: -10px;
    }
    }

    Hannah

    Thread Starter Cyrex13

    (@cyrex13)

    What can I say.. You know your business!

    Thank you very much!Despite I use Virtue free theme you were great support whatsoever! One more – BIG THANK YOU!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Changing footer H1?’ is closed to new replies.