Viewing 15 replies - 1 through 15 (of 18 total)
  • Hello

    To change the header text :

    .logo a{color:#333;}

    Header-Background :

    .header_section{background-color: #color-code;}

    Use these above CSS rules in the Theme-Options -> Custom CSS Editor.

    Thanks

    Thread Starter changingfacez

    (@changingfacez)

    Weblizar, i used it and i noticed it changed the color to black but only the changingfacez makeup artistry. it didn’t change the tagline or the email and phone.
    i used this:
    .logo a{color:#333;}
    .header_section {background-color: #dd6b33;}
    .header_section_site_title {color #333;}
    .header_section_tagline {color #333;}

    are these correct? i am so not understanding the css stuff

    Thread Starter changingfacez

    (@changingfacez)

    WEblizar, okay it worked, BUT in regards to font color, it did not change the rest of the header text to black. They are still showing white when they should be black.

    @changingfacez : Site URL do no render any page.

    ????

    Thanks

    Thread Starter changingfacez

    (@changingfacez)

    I dont know why… the site is https://www.changingfacez.com

    Hello,

    Use all the CSS classes in a one saperated by comma for common property.

    .logo p,.head-contact-info li a{color:#333;}

    Thanks

    Thread Starter changingfacez

    (@changingfacez)

    Thank you so much! One more question, in order to change the symbols for the social media buttons, what wording do I use?

    Thread Starter changingfacez

    (@changingfacez)

    I’m trying to use the code that u gave me to change the outline of the social media buttons to black

    weblizar

    (@weblizar)

    @changingfacez: Do you want to change the Icon or Color?

    Thanks

    Thread Starter changingfacez

    (@changingfacez)

    I want to change the color of the border. It’s still white but I want it to be black.

    weblizar

    (@weblizar)

    To change the Border:

    .social li{border: 2px solid #333;}

    Thanks

    Thread Starter changingfacez

    (@changingfacez)

    Thank you so much! It worked!

    Hi! I would like to remove the page titles from every page, on a Enigma theme, any css to do this? Thanks in advance!

    Hi,

    Please first make a child theme and create page.php in child theme directory and copy below code in page.php

    <?php get_header(); ?>
    <div class="enigma_header_breadcrum_title">
    	<div class="container">
    		<div class="row">
    			<div class="col-md-12">
    				<!-- BreadCrumb -->
                    <?php if (function_exists('weblizar_breadcrumbs')) weblizar_breadcrumbs(); ?>
                    <!-- BreadCrumb -->
    			</div>
    		</div>
    	</div>
    </div>
    <div class="container">
    	<div class="row enigma_blog_wrapper">
    	<div class="col-md-8">
    	<?php get_template_part('post','page'); ?>
    	</div>
    	<?php get_sidebar(); ?>
    	</div>
    </div>
    <?php get_footer(); ?>

    Thanks

    Hi Weblizar,

    Kindly tell me how to change the font size of only the Phone number section. I could change the size of both email and phone number but not the phone number alone.

    Thank you.

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Changing items in the title page/header with eningma’ is closed to new replies.