Viewing 1 replies (of 1 total)
  • Thread Starter mikgerdan1991

    (@mikgerdan1991)

    Hi everyone reading this,

    I found it myself, it is these 3 options that you add to custom CSS. This for example will change the location heading, search options, and list circles to blue:

    .search-options-btn {
        background-color: rgb(54,128,177);
        color: white;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    	position: relative;
    }
    
    .circle-count {
        background-color: rgb(54,128,177);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        position: absolute !important;
        text-align: center;
        color: white;
        font-size: 15px;
        line-height: 31px;
    	left: 3%;
    }
    
    .wpsl-list-title {
        font-size: 18px;
        text-align: center;
        background-color: #3680b1;
        color: #ffffff;
        padding: 5px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Custom CSS to change color of Map Headings’ is closed to new replies.