Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi elouer,

    That is not disappeared , there are dots there white in color…so you didn’t notice .
    add the below code to style.css file to make dots black
    .page-numbers.dots{color:#000;}
    Navigate to the second page you can see that fourth page link..

    Thread Starter elouer

    (@elouer)

    Ok – i tried what you said, but that got rid of the squares & changed the font to black, and I still couldn’t see the missing numbers. Here is my code, is it missing because it says overflow:hidden? How do I change that?

    .pagination { position: relative;
    margin: 10px 10px 30px 0px;
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;}
    .pagination .current ,.pagination a, .page-numbers.dots{
    font-size: 0.875em;
    font-weight: 300;
    line-height: 35px;
    height: 35px;
    width:35px;
    text-align: center;
    margin-right: 7px;
    display: block;
    float: left;
    color: white;
    background: #06AFE4;
    }
    .pagination .current,.pagination a:hover {
    color: white;
    background: #161615;
    text-decoration: none;}
    .page-numbers.dots{text-shadow:none;padding:0;border:none;background:none;box-shadow:none;color:#fff;}

    Please help me how and where to change background of BresponZive to black

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

The topic ‘Bottom menu missing a button’ is closed to new replies.