Pagination Color Buttons

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3161
    ten12design
    Member

    I am trying to figure out how to change the colors for these buttons, I am new to WordPress and I did some editing in the style sheet but didn’t see the color code fr the buttons.

    Also trying to figure out where do I add new shadow color for the header section of the blog where it says LoveLee Blog. It’s orange need to change.

    I want to learn everything before I redesign it and switch over to her hosting. Currently it’s on my server

    http://ten12design.com/wordpress/blog-list-full-width/

    Please help thanks

    #3167
    Nexus
    Moderator

    Hi,

    Please paste the following code to the “Custom CSS” in theme options

    #title-area h1, #title-area h2 {
    text-shadow: 1px 1px 0 #f6f6f6, 5px 3px 0 #E4B4D8;
    }
    
    .page-links a, .pagination a, .page-links a:visited, .pagination a:visited {
    background: #6b0051;
    }
    
    .page-links a:hover, .pagination a:hover {
    background: #A80681 !important;
    }
    
    a, a:active, a:visited {
    color: #6b0051;
    }

    You can customize the colors easily using Chrome developer tools. Please see this post
    https://www.livemeshthemes.com/support/faqs/how-to-fix-a-few-styling-issues-instantly-using-chrome-developer-tools/

    Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Extinct Theme Support’ is closed to new topics and replies.