Home Forums Themes Refresh Blog change?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #250
    beastie
    Participant

    Is there a option aviable to change the picture in the front of the page?
    And is there een option to change the colour of the menu? (black to orange) –> Blue to purple?

    Sorry i’m just a starter in WordPress and i do like the thema very much!

    #251
    beastie
    Participant

    and also the social buttons (orange) –> purple or blue

    #253
    refreshthemes
    Keymaster

    Hello Beastie, Thank you for using our theme.
    Yes, you can change the color and style of the menu by adding a custom style by going to Appearance > Customize > Additional CSS;.

    Please add the following CSS code to change the color of the social menu and primary menu color :

    
    .rt-social-menu-container ul li a{
        color: blue;
    }
    #site-header-menu .main-navigation a{
        color: orange;
    }
    #site-header-menu .main-navigation button svg{
        fill: orange;
    }
    

    If you need any assistance, we are always happy to help you.

    Thank You!

    #255
    beastie
    Participant

    cool!
    i am really happy to see a good and a fast reaction!
    Can i change the hoover colour also of the menu?

    #256
    refreshthemes
    Keymaster

    Hello,

    Yes, you can change it by adding the following CSS:

    #site-header-menu .main-navigation li:hover a{
        color:blue;
    }

    Thank You!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.