• i don’t know what i can do anymore – i researched for along time.

    you can see it here https://songspursuit.com – where all borders are in black color except for the right border of those sliders.

    Also, I’m trying to change font color in the posts

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try adding this to the style.css:

    .kwicks {
        border-right: 5px solid #000000;
    }

    Thread Starter ninelives1980

    (@ninelives1980)

    That worked nicely. thanks! ??

    Though this is no longer important as I’ve achieved the results desired, but I’m curious as to whether I’m doing it alright cos I added the code to my child theme’s style.css (which contains the following code:

    /*
    Theme Name: Minimatica Child Theme
    Description:
    Author: admin
    Template: minimatica

    (optional values you can add: Theme URI, Author URI, Version)
    */

    @import url(“../minimatica/style.css”);

    .nav ul li a {
    display:inline-block;
    padding:5px 0;
    color:#FFFF00;
    text-decoration:none;
    }

    #slider {
    background-image: url(“https://songspursuit.com/wp-content/uploads/2013/06/electric-guitar.jpg”); background-repeat: no-repeat; background-position:center;
    background-size: 100% 100%;
    }

    .kwicks .post {
    position:relative;
    padding:0;
    width:600px;
    height:400px;
    border:#000000 10px solid;
    }

    .kwicks {
    border-right: 10px solid #000000;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘images slider on front page – all borders are black except for right border?’ is closed to new replies.