• Help guys,

    Doe anyone know how i could change the colours of my foreground ( i think that is what it it called) I’ve looked just about everywhere its currently a dull grey. Thanks in advance

    Talared

Viewing 6 replies - 1 through 6 (of 6 total)
  • If you are asking about colour change of posts listed on the link given then you can go to style.css line number 510 where you can find

    .recent-posts .post-content {
        background-color: #181818 !important;
        min-height: 157px;
    }

    you can change background-color accordingly

    Thread Starter Talared

    (@talared)

    Thank you cedcommerce, does that change the entire post background including the menu background? I’m sorry i know I’m not using the right terms but what i am trying to change is behind each video is a border in grey or black and also behind the menus. If you look on the top right side of my homepage you’ll see “most viewed today” videos don’t have the kind of a border around them i want the website too look like that.

    Hello Talared

    You can change your menu background from style.css line number 284

    .top-navbar, .main-navbar {
        background-color: #121212;
    }

    and to make your videos like “most viewed todays” section you have to comment/change background-color from here

    .recent-posts .post-content {
        background-color: #181818 !important;
        min-height: 157px;
    }
    .recent-posts .post-content {
        background-color: #1f1f1f;
        border-radius: 0 0 3px 3px;
        padding: 10px 15px;
    }

    Thread Starter Talared

    (@talared)

    thank you again CED how do i go about changing the background to an image like for the menu? basically i want all the color to be transparent so the websites background can be seen.

    What theme are you using? Where did you download it from?

    Thread Starter Talared

    (@talared)

    wpzoom.com its called videozoom

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Foreground colours’ is closed to new replies.