Forum Replies Created

Viewing 15 replies - 346 through 360 (of 424 total)
  • Hi,

    Figure out following style statements from the style.css file of your theme.

    .widget {
    background-color;
    padding:10px;
    margin-bottom: 10px;
    border-right:;
    border-bottom: ;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    }

    .widget h4 {
    margin: 0 0 10px 0;
    padding: 0;
    }

    .widget ul,
    .widget ul li
    {
    list-style:none;
    margin:0;
    padding:0;
    }

    .widget ul li
    {
    padding:4px 0 4px 12px;
    background:transparent url(“img/icon_list_arrow.gif”) no-repeat 4px 7px;
    /*font-size: 0.9em;*/
    }

    .widget ul li ul {
    /*display:none;*/
    }

    Make changes to the values of ‘padding’ attribute as per your requirements, save the style.css file and re-upload it.

    Hope it helps you.

    Thanks.

    Hello,

    To change the banner of your theme please figure out the following lines from your source code…

    <div id=”head”>
    <img src=”http://wordpressthemesbase.com/ssc-data/themes/default/images/logo.gif&#8221; width=”440″ height=”34″ alt=”” />

    Change the value of ‘src’ attribute of img tag.

    Thanks.

    Forum: Themes and Templates
    In reply to: Header

    Hello,

    Please specify the topic of your site for which you want Free WordPress theme.

    Thanks.

    Hi,

    Try to change the value of ‘overflow’ attribute or remove it from the block of style statements that you have mentioned in the post.

    Then save the style.css file and re-upload it.

    Thanks.

    Hello,

    To create menu as displayed on the website that you have linked, please visit /css/style.css file of this website from the source code.

    In this file they have declared,
    div#middle .firstCol .home{ }
    div#middle .firstCol .home a{ }

    style statements, which are used for left menu navigation.

    So, you can use similar statements in the style.css file of your theme.

    For more details, please visit the source code of this website.

    Thanks.

    Hi,

    To change the font size, open the style.css file of your theme.

    Now, figure out the following style statements from it …

    // To change the font of sidebar

    body{
    margin:0px;
    padding:0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
    background:url(images/bgr_main.gif) no-repeat center top;
    color:#7f7f7f;
    }

    //To change the heading of theme

    #header_title h1{
    color:#fff;
    font-size:48px;
    font-family:”Trebuchet MS”, Arial, Helvetica, sans-serif;
    padding:15px 0 0 40px;
    letter-spacing:-5px;
    font-style:italic;
    }

    //To change the sub heading of the theme

    .description{
    font-size:14px;
    position:relative;
    top:-5px;
    color:#bfbfbf;
    display:block;
    text-align:center;
    letter-spacing:0;
    font-weight:normal;
    }

    //To change the title of the post

    .post-title h2{
    font-size:20px;
    color:#000;
    font-weight:normal;
    font-family:”Trebuchet MS”, Arial, Helvetica, sans-serif;
    padding:0 0 5px 0;
    background:url(images/bgr_post_title.gif) no-repeat left bottom;
    margin:0 0 5px 0;
    }

    //To change the content of the post

    .entry{
    line-height:20px;
    font-size:13px;
    }

    //To change the heading of sidebar

    .sidebars h2{
    font-size:22px;
    color:#303030;
    text-transform:capitalize;
    font-weight:normal;
    padding:10px 0 10px 25px;
    background:url(images/bgr_sidebars_h2.gif) no-repeat left 12px;
    }

    //To change the sub topics of sidebar

    .sidebars li li{
    margin-bottom:0px;
    border-bottom:1px solid #e8e8e8;
    padding:7px 0 7px 5px;
    font-size:13px;
    }

    Decrease the values of ‘font-size’ attribute, save the style.css file and re-upload the page.

    Hope it helps you.

    Thanks.

    Hey, Nunique

    You can move the margin to increase the space between left sidebar and the content.

    For that, open the style.css file of your current theme and figure out the following style statements…

    .title {
    margin: 0;
    padding: 10px 0 4px 35px;
    font-weight: normal;
    }

    .byline {
    border-bottom: 1px #BBBBBB dashed;
    margin: -10px 20px 20px 35px;
    }

    .entry {
    padding: 0 35px;
    }

    I have modified the values of ‘padding’ attribute from 20px to 35px.
    This will increase the space between the content and the left sidebar.

    To display the sidebar heading and content in center figure out the below style statements from the style.css file of your current theme…

    // To display heading in center

    .sidebar li h2 {
    height: 30px;
    margin: 0 0 0 0;
    padding: 10px 15px 0px 15px;
    background: #890208 url(images/img05.jpg) no-repeat left top;
    letter-spacing: -1px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    }

    // To display content in center

    .sidebar li {
    padding: 0 0 20px 0;
    text-align: center;
    }

    Here, I have added ‘text-align’ attribute to display the content in center position.

    After making all the changes save the style.css file and re-upload it.

    I hope it helps you.

    Thanks.

    Hi…

    You can place a logo instead of text. For that, figure out the following lines from the source code:

    <div id=”page_wrap”>
    <div id=”header”>
    <div class=”blog_title”>
    <h1>T Streets</h1>
    <p class=”description”>Hip Hop Stuff</p>
    </div>

    Here, instead of ‘T Streets’ you can place a logo by using <img> tag.

    Then save the file and re-upload it.

    Forum: Themes and Templates
    In reply to: 3 collum theme

    Hi..

    3 column themes are easily available on net with free of cost.

    Please visit the following link:

    http://www.bestwpthemez.com/top/wordpress-templates/3-column-skins-wordpress-templates/

    From this site you will get the theme of your choice totally free.

    Hi…

    I think you are talking about the logo that comes with the theme that you are using currently.

    To remove it, figure out the following lines from the source code:

    <div id=”header”>
    <div id=”logo”>
    <img src=”http://www.nomadikal.com/wordpress-1/wp-content/uploads/2010/08/cropped-logo2.jpg&#8221; alt=”alsisha test” />
    <h1>alsisha test</h1>
    <div id=”desc”>Just another WordPress site</div>
    </div><!– /logo –>

    From this code remove the followig line if you do not want to display the logo:

    <img src=”http://www.nomadikal.com/wordpress-1/wp-content/uploads/2010/08/cropped-logo2.jpg&#8221; alt=”alsisha test” />

    You can also change the heading text by modifying <h1> and <div> tag.

    Hope it works for you…

    Hi tan..

    I would suggest you following theme for your site:

    http://www.bestwpthemez.com/top/wordpress-templates/black-wordpress-skins/

    You can see the preview of the theme as well as you can also download it from the above URL.

    Hi..

    First check whether the theme has been deleted from your database or not.

    If the theme is not present in your database then try to search it from your local machine.

    If you not found it there then rename the theme and reinstall it.

    Hi…

    You can add a Facebook button to your post by downloading a plugin named “Share and Follow Plugin” from
    http://wordpress.org/extend/plugins/share-and-follow/ URL.

    After that go to your Admin panel.

    Select Settings/Share and Follow menu item.

    Here, you can modify the settings of this plugin as per your requirement.

    Then Update the post and reload it.

    Hi justin,

    You can edit recent post’s widgets.

    For that please go to your Admin panel.

    Select Appearance/Widgets menu item where, you can post your required Widgets on to the Leftbar, Rightbar, or Mainmenu depends upon your theme.

    This can be done by simply Drag the required Widgets from the Available Widgets and Drop them on to the Sidebar.

    Then Update your post and reload it.

    But do remember that if your theme does not support any Sidebar then you cannot place any Widgets on it. For that, you have to change your theme.

    Hi Bill,

    I think you should include following code in your post:

    <style=”font-family: Arial; font-size: 12px;”>
    ……..
    Your code to be written
    …….
    </style>

    You can include <style> tag with the combination of any other tags such as,

    <span style=”font-family: Arial; font-size: 12px;”>
    ……..
    </span>

    I hope it helps you….

Viewing 15 replies - 346 through 360 (of 424 total)