Three questions – about menu color, font and currency buttons

This topic has 14 replies, 5 voices, and was last updated 9 years ago ago by Brian Johnson

  • Avatar: Windu12
    Windu12
    Participant
    April 9, 2015 at 17:09

    Hello,

    Can u tell me how can I change color of my menu? Now is black.

    Why Polish letter look difrent in Chrome and difrent in Firefox? I tried change font but polish latter like “ł” are always look realy bad in Firefox. Check http://www.platformaizolacji.pl

    http://funkyimg.com/i/VLEB.jpg , http://funkyimg.com/i/VLEC.jpg

    How can i remove currency buttons?

    13 Answers
    Avatar: Brian Johnson
    Brian Johnson
    Member
    April 10, 2015 at 09:24

    Hello

    Please add following code into the custom.css to remove buttons:
    .languages-area{display:none!important;}
    How to create custom.css you may watch here.

    With best regards
    Brian Johnson

    Avatar: Windu12
    Windu12
    Participant
    April 10, 2015 at 10:43

    Thank u very much Mr.Brian Johnson.

    But what about my 1st and 2nd question? 🙂

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 10, 2015 at 11:00

    Hello,

    To change menu background you can use this code in custom.css file

    .header-wrapper .menu-wrapper{
      background-color: #E72727;
    }

    I’ve checked letter in FireFox and it’s looking fine. See screenshot: http://prntscr.com/6ry5he
    Please update your browser to the latest version and clean cache.

    Regards,
    Robert Hall.

    Avatar: Pod9
    Pod9
    Participant
    April 13, 2015 at 17:34

    hi,

    i would like to change the menu font type and color. is there a way to do this in wordpress or do i have to use custom css? if so which css needs to be changed?

    i would also like to change the background color of the header area. how do i do this?

    finally, when i scroll down the page and the fixed header appears it is full width even though i have set the site to be boxed. is there a way to set the fixed header to be the boxed width?

    thanks, james

    Avatar: Eva
    Eva Kemp
    Support staff
    April 13, 2015 at 18:35

    Hello @Pod9,

    To change menu font and color use this code in custom.css file:

    .menu > li a {
        font-family: "Roboto";
        font-size: 12px;
        color: red !important;
    }

    Write your own values.
    How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).

    To change header background color use this code:

    header {
      background-color: green;
    }

    To change width of the fixed header add the following code in custom.css:

    .fixed-header-area {
        left: none !important;
        width: 94.8% !important;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Pod9
    Pod9
    Participant
    April 13, 2015 at 21:33

    hi, how do i edit the content under the main footer? IE “© Created with by 8Theme. All Rights Reserved” and the credit card logos to the right?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 14, 2015 at 08:29

    Hello,

    You can to add some widgets in Appearance->Widgets->Footer Copyright and Footer Links. Please see screenshot: http://prntscr.com/6tj9dy

    Regards,
    Robert Hall.

    Avatar: Pod9
    Pod9
    Participant
    April 15, 2015 at 11:04

    hi, your solution to the fixed header width did not owrk. just to be clear, what I am trying to do is to have the fixed header be 100% of the boxed layout width rather than 100% of the screen size.

    also, how do i set it so that single blog posts have a right hand column?

    james.

    Avatar: Brian Johnson
    Brian Johnson
    Member
    April 15, 2015 at 12:06

    Hello

    1.Please try this code:

    @media only screen and (min-width:768px){
    .fixed-header > .container{width: 970px!important;background:white !important;}}
    
    @media screen and (min-width: 1200px){
    
    .fixed-header > .container{width: 1200px!important;padding:0!important;!important;background:white !important;}}
    .fixed-header-area {background-color: transparent !important;}

    2.Please provide us with wp-admin credentials to check the issue.

    With best regards
    Brian Johnson

    Avatar: Pod9
    Pod9
    Participant
    April 15, 2015 at 14:01

    that has not worked either – see http://lawrenceandfoster.co.uk.gridhosted.co.uk/checkout/

    also, how do i set it so that single blog posts have a right hand column?

    Avatar: Brian Johnson
    Brian Johnson
    Member
    April 15, 2015 at 14:58

    Hello

    1.Please try this code instead of previous and clear browser cache to see changes in css:

    @media only screen and (min-width:768px){
    .fixed-header > .container{width: 970px!important;background:#b39a72 !important;}}
    
    @media screen and (min-width: 1200px){
    
    .fixed-header > .container{width: 1200px!important;padding:0!important;!important;background:#b39a72 !important;}}
    .fixed-header-area {background-color: transparent;border:none!important;}
    .fixed-header-area {border:none!important;padding-top:0;box-shadow:none;}
    .fixed-header > .container{background:#b39a72 !important;border-bottom: 1px solid #ddd;  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);}

    You may set right sidebar position on this page as on the screenshot

    With best regards
    Brian Johnson

    Avatar: Pod9
    Pod9
    Participant
    April 15, 2015 at 20:38

    hi, that solution for setting the sidebar would mean that i need to set the sidebar every time i do a post. i want to set it so that ALL single post pages have a sidebar. how do i do that?

    header issue is resolved, thank you

    Avatar: Brian Johnson
    Brian Johnson
    Member
    April 16, 2015 at 11:56

    Hello

    Sorry for the long delay with answer. You may set default sidebar position in theme-options->blog layout.

    With best regards
    Brian Johnson

  • Viewing 14 results - 1 through 14 (of 14 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.