Need help to edit this templete

9 replies
  • WEB DESIGN
  • |
Hi guys i need to change that big img of eagle on website. but i am unable to find its code :-(.
Can any warrior please help me.
visit: http://tips4romme.blogspot.com/
#edit #templete
  • I would help you out but you have right click disabled for your site.
    Signature
    Premium WooCommerce & WordPress Plugins $10/ea. or FREE With Membership. PluginForage.com
    {{ DiscussionBoard.errors[10183536].message }}
    • Profile picture of the author mohsin815
      Originally Posted by totalprocessing.net View Post

      I would help you out but you have right click disabled for your site.
      I can provide you admin panel if you wanna help..! will you please?
      {{ DiscussionBoard.errors[10184588].message }}
  • Profile picture of the author joepwn
    Hi, even though your right click is disabled. I was able to track that image back to THIS URL:
    http://templatium.droppages.com/free...black_wall.png

    The line of code you want is in your CSS folder > http://templatium.droppages.com/freedom/css/style.css

    It is under HEADER STYLES section in your CSS file, located here:
    /* Header Styles
    ---------------------------------*/

    .header{
    text-align:center;
    background:url(../img/pw_maze_black_wall.png) left top repeat;
    padding:280px 0;
    }

    Goodluck
    {{ DiscussionBoard.errors[10184725].message }}
    • Profile picture of the author fantrom
      Originally Posted by joepwn View Post

      Hi, even though your right click is disabled. I was able to track that image back to THIS URL:
      http://templatium.droppages.com/free...black_wall.png

      The line of code you want is in your CSS folder > http://templatium.droppages.com/freedom/css/style.css

      It is under HEADER STYLES section in your CSS file, located here:
      /* Header Styles
      ---------------------------------*/

      .header{
      text-align:center;
      background:url(../img/pw_maze_black_wall.png) left top repeat;
      padding:280px 0;
      }

      Goodluck
      Actually joepwn is on the right track... I came to the same conclusion.

      If you change the bg image global url located within the style.css file below:

      .header{
      text-align:center;
      background:url(http://templatium.droppages.com/freedom/img/pw_maze_black_wall.png) left top repeat;
      padding:280px 0;
      }


      Should change your BG image.

      The current size being used is 1280 X 1024 in case it helps.
      {{ DiscussionBoard.errors[10186031].message }}
  • Profile picture of the author mohsin815
    I still unable to change.
    I copied all the text. made a css file and uploaded on google drive.
    After that website looks horrible..
    what should i do next?
    and Yes! Syed Ekram you're right.!
    {{ DiscussionBoard.errors[10184952].message }}
  • It would be best to enable right click so we can use our code inspectors to investigate the page.
    Signature
    Premium WooCommerce & WordPress Plugins $10/ea. or FREE With Membership. PluginForage.com
    {{ DiscussionBoard.errors[10185792].message }}
  • Profile picture of the author mohsin815
    I wanna tell something. Actually I am not using a premium template, its a free template. The css file is not uploaded by me. So I can't make any change in it. I copied all the stuff from the css file. Changed the url of img, uploaded it to google drive. After that the website looks horrible. Is there any option to copy and past all the stuff from css file to blogger's html? If there please tell me.
    {{ DiscussionBoard.errors[10186239].message }}
    • Originally Posted by mohsin815 View Post

      I wanna tell something. Actually I am not using a premium template, its a free template.
      You should still have access to the theme files including the style.css appearance>theme editor

      You could also install a css plugin that will allow you to make the changes.

      The best route would be for you to make a child theme to make all of your changes in.

      Signature
      Premium WooCommerce & WordPress Plugins $10/ea. or FREE With Membership. PluginForage.com
      {{ DiscussionBoard.errors[10187157].message }}
      • Profile picture of the author mohsin815
        Originally Posted by totalprocessing.net View Post

        You should still have access to the theme files including the style.css appearance>theme editor

        You could also install a css plugin that will allow you to make the changes.

        The best route would be for you to make a child theme to make all of your changes in.

        How to Create a WordPress Child Theme - YouTube
        I am Working with blogger.
        Is there any option for blogger?
        {{ DiscussionBoard.errors[10191749].message }}

Trending Topics