Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #782881

    Hi,

    I want to have the background of the pagination in the same colour of the whole website. Now it is white, while the whole website have the color #28343c.

    Image and video hosting by TinyPic

    I was using this code but there is nothing change:

    .pagination
    backgroundcolour: #28343c

    Which code I have to use?

    #782886

    Hey Anne-lys87,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .main_color.avia-fullwidth-portfolio .pagination {
        background-color: #28343c;
    }
    

    Best regards,
    Yigit

    #783444

    Yes this code is working, thanks a lot. At the homepage it is good now.

    The same I want to have at the project page. Now, the pagination have a white background and they only show the numbers if I will have the cursor there. Please have a look at: https://lichtsinnich.nl/portfolio/

    Image and video hosting by TinyPic

    #783449

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .pagination .current, .pagination a.inactive {
        background-color: #ff8205!important;
    }
    

    Best regards,
    Yigit

    #783461

    Hello Anne-lys87,

    try to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS or to your child themes style.css file.

    .pagination-wrap nav.pagination .inactive {
        background-color: #28343c !important;
    }
    .pagination-portfolio .pagination span {  
        background-color: transparent !important;
    }

    Thank you.

    #783463

    Thanks a lot. The background now have the good colour. Only,they get white when that page is active. When it is white, the numbers are not shown. They background must be have the same colour, also when the pagination is active.

    #783466

    Hello Anne-lys87,

    try to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS or to your child themes style.css file.

    nav.pagination .current {
        background-color: #ff8205 !important;
    }

    Thank you

    #783474

    Thanks a lot!

    #783476

    Hi!


    @mariosit
    Thanks for your help! :)
    Glad @mariosit could help! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘backgroundcolor of the pagination’ is closed to new replies.