Forum Replies Created

Viewing 1 replies (of 1 total)
  • cdcd

    (@cdcd)

    Hello brad.
    I did it this way (change font of Widget-Title) using (Cyberchimps)Theme “Adaptiv Version: 1.9.7.7”:

    1) install “Responsive Child Theme Version 1.0.0”;
    2) /WP/design/editor/ edit “style.css” (of the ChildTheme);
    3) insert code:

    /* =Titles
    -------------------------------------------------------------- */
    .featured-title {
    	margin: 0;
    	padding-top: 40px;
    	font-size: 60px;
    	text-align: center;
    	letter-spacing: -1px;
    }
    
    .featured-subtitle {
    	padding: 0 10px;
    	text-align: center;
    }
    
    .widget-title h3,
    .widget-title-home h3 {
    	display: block;
    	margin: 0;
    	padding: 0 0 20px 0;
    	font-size: 24px;
    	font-weight: 700;
    	line-height: 23px;
    	text-align: left;
    }
    
    .top-widget .widget-title h3 {
    	padding: 0;
    	font-size: 14px;
    	text-align: right;
    }
    
    .widget-title a {
    	padding: 0 !important;
    	border-bottom: none;
    }

    4) change there: font-size: ??px etc.
    5) save changes to “style.css” of the ChildTheme;

    mfg cdcd

Viewing 1 replies (of 1 total)