Logo gets lost when i view from smart phone

Support Forums for LiveMesh Themes & Plugins Forums Extinct Theme Support Logo gets lost when i view from smart phone

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3098
    sunheec
    Member

    Hello,
    Please view http://www.onethingtoday.me.
    Logo gets lost if i view it from smart phone.

    Also, could you please send me css style code to make header text like this but with bold font?
    http://onethingtoday.me/about/

    I want to make it look almost like this. But i had to do it in image.
    http://onethingtoday.me/

    I would like to apply that to slider too.

    Thanks very much!

    #3113
    Nexus
    Moderator

    For the page header, you will have to add the following css code to the “Custom CSS” in the theme options and change the values to your liking

    .custom-title-area h1 { font-family: "Arvo"; font-size: 72px; font-weight: 900; }

    For the slider, you have to edit one of the slides and you will see a button to “Edit CSS”, click the button and add the following code into the text area and update the css file. Make sure to change the font related values to your liking.

    .tp-caption.extinct_white{
    	position:absolute;
    	color: #e5e5e5; 
    	text-shadow: none; 
    	font-weight: 900; 
    	font-size: 72px; 
    	line-height: 80px; 
    	font-family: "Arvo"; 
    	text-align: center;	
    	margin: 0px; 
    	border-width: 0px; 
    	border-style: none; 
    	background-color:transparent;								
    }

    After that add a layer to the revolution slider and add some text to that layer. Set the class of that text layer to the “extinct_white” and update the slide.

    Cheers!

    #3119
    sunheec
    Member

    Thanks so much!
    Could you offer advice why i can’t view logo when i view my site from smart phone?
    (Iphone)

    #3139
    Nexus
    Moderator

    Yeah, sorry about that. For logo on high resolution displays like iPhone/iPad, pls set the retina logo in the “Site Logo” of theme options panel.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Extinct Theme Support’ is closed to new topics and replies.