Search Results for 'color'

Home Forums Search Search Results for 'color'

Viewing 15 results - 2,356 through 2,370 (of 3,301 total)
  • Author
    Search Results
  • #49373
    LorannyLoranny
    Member
    • Topics: 5
    • Replies: 1
    • Total: 6
    Member since: October 1, 2016

    okay thanks it worked. now ive been trying to change the font of my H1 and H2, i even selected highlighter colors to identify them and it does no effect on the page. Ive been trying to edit my post title and body text. What is H1 and H2 on the girlie theme and is there a reason its not working on the apperance basic settings section? www.simplory.com

    #49258
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31299
    • Total: 31299
    Member since: August 16, 2013

    Hi Laura,

    Kindly go to Appearance>>Theme Option>>Basic Setting you will find the color changing options.

    Regards,
    Dave

    #49141
    BrandonBrandon
    Member
    • Topics: 13
    • Replies: 21
    • Total: 34
    Member since: June 15, 2016

    Hi Dave,

    Thanks for the code, but it did not work. The site is tekkittest.com, and I currently have this custom css in place:

    .page_head{display:none;}
    #slidera { display:none !important;}
    #sidebar .widget_wrap iframe { width:100% !important;}
    @media screen and (max-width:767px){
    .page #slidera, .single #slidera, .archive #slidera, .search #slidera, .error404 #slidera { display:none !important;}
    }
    @media screen and (max-width:767px) {
    .logo img { height:auto !important;}
    }
    h1.postitle::first-letter, .single_post_content h1::first-letter, h2.postitle::first-letter { color:#494949 !important;}
    #footer .footercols1 h3::first-letter, #footer .footercols2 h3::first-letter, #footer .footercols3 h3::first-letter, #footer .footercols4 h3::first-letter { color:#fff !important;}
    #topmenu ul { margin:auto; display:table;}

    Is it possible the code to change the first letter in each title also prevents us changing the text-align?

    Thanks

    #49118
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Also, where do I change the color of the hover font?

    PanithanPanithan
    Member
    Member since: July 29, 2016

    How I can put the description or link on photogallery each picture?
    And How I can change color of facebook logo?

    Thank you

    #49102
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Thank you, it worked. Where do I change the font color of the secondary text (not the title) in the same section.

    #49006

    In reply to: Link Colour

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31299
    • Total: 31299
    Member since: August 16, 2013

    Hi Dominique,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    h3.company-title::first-letter{color:inherit !important;}

    Regards,
    Dave

    #48988
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31299
    • Total: 31299
    Member since: August 16, 2013

    Hi Laura,

    Try this code:

    .three_column{background-color:#42785a !important;}

    Regards,
    Dave

    #48923
    OctavOctav
    Member
    Member since: October 1, 2016

    I have WP 4.6.1 and any change made in ThemeOptions (logo change, color change etc) destroys the website. printscreen
    Even if I restore to the theme default settings, the website it’s still broken, the only way to revert to the initial state is to use the WP Database Restore Plugin or to reinstall WP.

    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    I’ve found main.css and main.less holding “featured-image”-values and changed width to 50% (from 80%) but it did not change the featured image in a post to appear smaller (on desktop).
    Where to change it?

    main.css:

    
    .single-post .featured-image-single {width:50%; margin:auto; clear:both; margin-bottom:15px; }
    

    main.less:

    
    
    .single-post {
    
    		border-bottom: 1px dotted desaturate(@link-color, 30%);
    		padding-bottom: 20px;
    	
    		h1.entry-title {
    		
    		font-size: xx-large;
    			a {
    				text-decoration: none;
    			}
    		}
    		.featured-image-single {
    			width: 50%;
    			margin: auto;
    			clear: both;
    			margin-bottom: 15px;
    			
    			img {
    				border: solid 10px saturate(@default-background, 15%);
    			}
    		}
    }
    

    Is it possible to define an image dimension in media settings with this theme? If yes, what is the thumbnail-name and the public name ?

    regards,
    Michael

    #48865
    LauraLaura
    Participant
    • Topics: 158
    • Replies: 195
    • Total: 353
    Member since: July 21, 2016

    Thank you, the images got bigger, but the background color did not change. Here is what I changed color to, still light grey

    .three_column{background-color:#42785a; height:auto; min-height:412px;}
    .thumb_four_page{width:auto; height:auto;}

    #48803

    In reply to: HandyMan Pro Theme

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31299
    • Total: 31299
    Member since: August 16, 2013

    Hi John,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .phone-no strong{color:#d61919 !important;}

    For the menu we need to change some code in header.php and manage it using css.

    Regards,
    Dave

    #48794
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31299
    • Total: 31299
    Member since: August 16, 2013

    Hi Laura,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .three_column{background-color:#000000; height:auto; min-height:412px;}
    .thumb_four_page{width:auto; height:auto;}

    Regards,
    Dave

    #48780

    In reply to: HandyMan Pro Theme

    JohnJohn
    Member
    • Topics: 2
    • Replies: 8
    • Total: 10
    Member since: October 5, 2016

    is there a way to align the header primary menu and floating primary menu to the right of the logo, also I have changed the colors from the yellow to red throughout the theme, however there are some places where the yellow color remains, blog posts title in footer and in the featured projects title.
    www.yoheplumbing.com

    #48779
    LauraLaura
    Participant
    Member since: July 21, 2016

    Theme: movers & packers
    site: http://amplifiedcreative.com/blog/

    Home page:
    -How do I change the background color of the “Why Choose Us Page for Section” section posts?
    -Also, how do I make the images larger in the same section?

    screen shot: http://amplifiedcreative.com/blog/wp-content/uploads/2016/10/Capture-2.jpg

Viewing 15 results - 2,356 through 2,370 (of 3,301 total)