• Resolved PvK2020

    (@paulienvk)


    Hello

    I have a little problem with the theme ‘Lensa’. I’m trying to change the color of the menu, footer and news-box on the photoslide. They are black, but I want them to be white. I’ve searched for a couple of hours, but really can’t find where to change it.

    Who can help me?

    My webadress:
    https://1583792.huweb.nl/Wordpress/

Viewing 4 replies - 1 through 4 (of 4 total)
  • WPyogi

    (@wpyogi)

    In general, color is set in the CSS code – the best way to work with that is by using a browser tool such as Firebug – it shows you the CSS for any specific element on a page.

    So for example, for your header, the CSS is this:

    .header-section {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
        font-family: "BebasNeueRegular",sans-serif;
        font-weight: normal;
        z-index: 100;
    }

    You can then copy that to a custom CSS section or child theme (don’t modify the CSS files directly or your changes will be overwritten when the theme is updated), and make the desired changes there.

    For additional help, you may need to contact the theme vendor/developers – as these forums only support themes from the repository on this site.

    AfternoonSun

    (@afternoonsun)

    Hi – will start a separate thread as well but was hoping someone could give me some insight into why Lensa is not working correctly on my WP installed platform at HostPapa.

    Currently it loads the site but fundamental functionality is missing such as page gallery style and slideshow background. Have tried uninstalling and reinstalling both WP and the theme and keep getting the same results.

    This is what it should look like https://demo.colorlabsproject.com/?theme=lensa and this is what my site looks like https://www.kalphotography.com

    Any insights greatly appreciated.

    hello, im actually wondering how you made your site the way it is with wordpress… it doesn’t look like anything i have seen, however i am working on a site for someone cant seem to figure out how to do some things with the lensa theme ( such as what you described )

    Hello, how do I create the home page slider? Do I have to add a seperate plug in for this? Also How do I get blog posts to show up on my travel blog page? Currently nothing comes up. Thanks

    https://www.dlmcpherson.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Theme: Lensa] Question about changing colors’ is closed to new replies.