Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1052868
    ylpl
    Participant

    Hi there! You’ll see on my site: http://dev.ylpl.net/wordpress/ that I have customized my top bar. I was just curious if I could float my “Contact Us” and “Library Hours” text boxes further to the right. The goal would be to have “Library Hours” flush on the right with my right sidebar and “Contact Us” the same distance apart as it is now.

    Also, would there be any way to change the font color of those headings “Contact Us” and “Library Hours?” I can’t seem to change the font color of the headings though I was able to change the font color of the content within those boxes.

    Thanks!

    #1052935
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-topbar .x-container .x-column:last-child {
        float: right !important;
    }
    .x-topbar h4 {
        color: #fff !important;
    }

    Let us know how this goes!

    #1054749
    ylpl
    Participant

    Thank you! That did the trick!

    #1054871
    Jade
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-1052868 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>