• Resolved klevatino

    (@klevatino)


    Since upgrading to the latest version of Enigma, my footer call out on the homepage looks terrible. gmfonline.org

    I was able to enlarge and turn white the fa-fa-headphones, but I cannot figure out how to change the font, font size, and font color of “Ministry in the Marketplace Saturdays at 2p CST on Bott Radio Network.”

    Worse, the call out button to the right says “Listen”, but the update changed the color to blue, so it is very difficult to see. I’ve also lost the box around the button. All thr formatting that changed when I upgraded was standard with the previous version of Enigma; I did not customize any of it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi..

    Please re-install the theme, theme is not correctly installed.

    Let’s know further assistance.

    Thanks.

    Thread Starter klevatino

    (@klevatino)

    I reinstalled the theme and have the same result.

    Hi,

    Please go to Admin Dashboard >>Appearance >>Theme Options >>General Settings and find Custom CSS editor.

    Now copy below CSS in Custom CSS editor.

    .enigma_callout_area{
    	width:100%;
    	padding-top:39px;
    	padding-bottom:40px;
    	display:block;
    	overflow:hidden;
    
    }
    
    .enigma_callout_area p{
    	font-size:22px;
    	font-family: 'Roboto', sans-serif;
    	font-weight: 300;
    	-webkit-font-smoothing: antialiased;
    	line-height: 35px;
    	padding-top:10px;
    }
    .enigma_callout_area p{
    	color:#fff;
    }
    .enigma_callout_area p i{
    	font-size:38px;
    	float:left;
    	margin-right:20px;
    	vertical-align:middle;
    }
    .enigma_callout_btn {
    	float: right;
    	color: #000000
    }
    .enigma_callout_area a {
        display: inline-block;
    	font-family: 'Raleway', sans-serif;
    	font-size: 36px;
    	font-weight:700;
    	line-height: 20px;
    	border-radius:10px;
    	padding: 16px 18px;
    	text-align: right;
    	text-transform: uppercase;
    	transition: all 0.3s ease 0s;
    	vertical-align: middle;
    }
    .enigma_callout_area a{
    	transition: all 0.4s ease 0s;
    	text-decoration:none;
    	color:#fff;
    	text-align:center;
    }
    
    .enigma_callout_area a {
    	color: #FFFFFF;
    	background-size: 100% 200%;
    	 background-image: linear-gradient(to bottom, transparent 50%, #393c40 50%);
       -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        transition: all ease 0.5s;
    	border:4px solid #393c40;
    }
    .enigma_callout_area a:hover {
    	background-position: 0 -100%;
    	color:#fff;
    }
    
    .enigma_callout_shadow {
    	position: absolute;
    	left: 0;
    	right: 0;
    	height: 54px;
    	z-index: 99;
    	width: 100%;
    	background-size: 100% 100%;
    	margin-top:40px;
    	background: url('./images/shadow3.png') center center no-repeat;
    }

    Save the changes.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Want to change font color in footer call out and on call out button’ is closed to new replies.