Viewing 10 replies - 1 through 10 (of 10 total)
  • Theme Author Access Keys

    (@access-keys)

    Yes it is only possible by editing CSS files. If you have CSS knowledge you can do it by yourself..Or you can ask us for premium support though here

    Hi! The most visible color of the header is #01aefd and i replaced it every single time it appears in the whole style.css by the color i want but nothing, do i have to search for a different nomenclature of #01aefd like RGB(1,174,253) ? I don’t know that else i can try. Or do i have to search for another .css file?

    Thx!

    Thread Starter Grace Faubion

    (@gdfaubion)

    That is the correct css file and it has worked for me. If you are wanting to change the color of the main nav bar you can search for .main-navigation and change the colors within that bracket. Mine now looks something like this –

    .main-navigation {
    clear: both;
    display: block;
    font-weight: 300;
    font-family: ‘Lato’, sans-serif;
    position: relative;
    border-bottom: 3px solid #293037;
    background: #293037;
    }

    So just change the border-bottom and background to whatever color you want. Make sure you save the file and do a hard refresh on your browser and that should work for you.

    Thanks a lot gdfaubion ! It worked!
    Now im trying to change the slider buttons colors if some know how to it would be nice to hear!

    Thread Starter Grace Faubion

    (@gdfaubion)

    I didn’t even try. I just disabled them. Sorry!

    Theme Author Access Keys

    (@access-keys)

    To change color of button in slider you need to change in jquery.bxslider.css.. You can find this file inside css folder of the theme..

    Hi there ! Well, as i spent a few hours myself searching desperately the code to change the color of the “arrows” and the little “dots” in the slider, i will share with you how i did it.

    First of all, there is for sure no code for the “arrows” of the slider, it’s just one file named controls.png which is to be found in the theme in CSS > Images folder. Open it in PS, Gimp, or whatever you use for graphics, and give it new colors. ??

    For my part, as PS user, i love playing around with the magic staff so it took me ust a few seconds.

    Now the little “dots”: as Access Keys said, in the CSS folder, jquery.bxslider.css file. Here the parts to modify :

    Hope it’s ok to share it, and that it will help other people to get rid of this problem. =)

    Cheers

    Thank you for your efforts Sheerfaith!!! The only problem is that I cannot seem to locate the jquery file… how do I get to it?

    Hi Mayborn.

    Well, when you open your theme folder within WP, you should see all the .php files and 5 different folders : CSS, images, inc, js and languages.
    The jquery.bxslider.css file should be -obviously- found in the CSS file. If it’s not, you have a problem.

    When you open your website, you have the slider running or not? If yes, this file must be there. If it is not present, you may add it in first time manually from the original accesspresslite folder as you downloaded it and see if it works.

    I assume that you were checking the theme’s folder and not the child theme’s one, right?

    How do I change the font of the menu in accesspress lite. I have tried this on the custom css:

    body, button, input, select, textarea,
    h1, h2, h3, h4, h5, h6,
    .event-detail h4,
    #bottom-footer
    {
    font-family: Verdana, Arial, Helvetica;
    }

    But the body font just changed instead of the menu font. I only need to change the menu font
    I appreciate any help.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Color Change’ is closed to new replies.