• Resolved bobjgarrett

    (@bobjgarrett)


    Can you tell me how to change the color of all text in the main/body sections of the theme? Presumably through Custom CSS in the Customise section but what styles? I have tried but to no result.

Viewing 5 replies - 1 through 5 (of 5 total)
  • weblizar_support

    (@weblizar_support)

    Hello Bob,

    You want to change the text-color of the theme body or want to change the theme color(blue) to any other color? and give your site URL also.

    Thanks.

    Thread Starter bobjgarrett

    (@bobjgarrett)

    We want to change the text color. The person who managed the site before me has been doing this for each text block which is a pain.
    The site is https://www.dufour.org.uk

    weblizar_support

    (@weblizar_support)

    Hello,

    Please go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> Custom CSS

    insert code into Custom CSS box and save –

    .head-contact-info li a, .hd_cover, .logo p{
        color: red;
    }
    .navbar-default .navbar-nav li a {
        color: red;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: red !important;
    }
    .carousel-text h1 {
        color: red;
    }
    .carousel-list li {
        color: red;
    }
    .carousel-text .enigma_blog_read_btn {
        color: red;
    }
    .enigma_heading_title h3 {
        color: red;
    }
    body {
        color: red;
    }
    .enigma_service_detail.media-body h3 a {
        color: red;
    }
    .enigma_home_portfolio_caption h3 a {
        color: red;
    }
    .enigma_tags a, .enigma_cats a{
    	color: red;
    }
    .enigma_blog_thumb_date li {
        color: red;
    }
    .enigma_callout_area p {
        color: red;
    }
    .enigma_callout_area a {
        color:red;
    }
    .enigma_footer_widget_title{
      color:red;
    }
    .enigma_footer_widget_column ul li a, .enigma_footer_widget_column ul#recentcomments li{
      color:red;
    }
    .enigma_footer_widget_column #wp-calendar thead tr th{
      color:red;
    }
    .enigma_footer_widget_column table td{
      color:red;
    }
    .enigma_footer_area p{
      color:red;
    }
    .enigma_footer_area p a{
    color:red;
    }
    .enigma_blog_read_btn{
    color:red;
    }

    This is the only option to change the text color of all theme.

    Thanks.

    Thread Starter bobjgarrett

    (@bobjgarrett)

    Thanks for this.
    We want blue text so this is going a bit too far as some text may be hidden against the background but hopefully I can work from this.

    weblizar_support

    (@weblizar_support)

    Your most welcome Bob.

    Thanks for using weblizar’s Theme.

    Have a good Day.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Enigman Theme Text Color’ is closed to new replies.