How to fix a few styling issues instantly

Support Forums for LiveMesh Themes & Plugins Forums Enigmatic Theme Support How to fix a few styling issues instantly

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #598
    livemesh
    Keymaster

    If they are not already doing so, I recommend users learn using Chrome Developer tools or Firebug in Firefox to fix minor styling issues like spacing, size of the font, background image, color etc.. Here are two videos to get started –

    http://www.youtube.com/watch?v=7cqh7MGLgaM

    http://www.youtube.com/watch?v=Mhb4n0yGYT4

    Once you determine the change required, go to Custom CSS tab in the theme options panel to insert the CSS for the change to take effect.

    #16169
    MrLetsMark
    Member

    Hi there

    I am having trouble changing the color of the hamburger menu on the home page. Currently the color is black and I would like white. I have searched extensively for the color menu customization bar and it does not appear in the options….I’m really stumped. Please advise.

    Thank you!

    #16202
    Veena
    Moderator

    You can use the below custom CSS in themeoptions –

    .side-nav-toggle .icon {
        background: #fff !important;
    }
    .side-nav-toggle .icon:before {
        background: #fff !important;
    }
    .side-nav-toggle .icon:after {
        background: #fff !important;
    }
    

    Hope you are asking about Fusion Theme.

    #24480
    rabs2122
    Member

    Hey guys,

    I have a red hovering bar “Home” at the top of my home page below the nav bar. How do I remove this?

    Here’s the site http://b7e.657.myftpupload.com/

    #24484
    Veena
    Moderator

    If you are asking about title area then you can select option “Remove Title Header” in page edit window.

    #24490
    rabs2122
    Member

    I’d been running for over 24 hours straight. What an obvious solution. Much appreciated Pheonix.

    #24678
    This reply has been marked as private.
    #24731
    Veena
    Moderator

    Hi theartisttank,
    Sorry for the delayed reply.
    Can you pls update the home page (hit update button in page edit window) and see if it helps .

    If problem persists pls open a new thread and share a temp login to your site as a private msg, we ll take a look.

    #27148
    Scott Busby
    Participant
    This reply has been marked as private.
    #27162
    Scott Busby
    Participant

    That’s not working. Nor does it help with the resizing of the odometers. Your help would be greatly appreciated.

    #27194
    Veena
    Moderator

    Can you pls try the below custom CSS in plugin settings-

    .lvca-odometers .lvca-stats-title {
        font-size: 14px !important;
    }
    .odometer-inside span {
        font-size: 25px !important;
    }
    
    #27195
    Veena
    Moderator

    If you have any further query pls open a new thread and we ll be happy to assist you there.
    And very sorry for the delayed response.

    Thanks.

Viewing 12 posts - 1 through 12 (of 12 total)
  • The forum ‘Enigmatic Theme Support’ is closed to new topics and replies.