Ads on Sidebar & Color Scheme

Discussion in 'BlogsTrend WordPress Theme' started by imalivek7, Jan 16, 2014.

  1. imalivek7

    imalivek7 New Member

    Joined:
    Jan 15, 2014
    Messages:
    5
    Likes Received:
    0
    How do I create the boxes for advertisement on the side bar? Where the other widgets are located. How do I change the color scheme from the categories bar to royal blue instead of the default blue that comes with the theme? My website is analyzedsports.com


    How do I make the blog look identical to this example. I would like to offer the exact same examples shown on the side bar and in the bottom footer. On the side how do I create the space for the advertisement, newsletter, sponsors section, widget area, popular articles, and then the advertise space at the end? On the footer I just need to know how to do the About Us at the bottom left with the social media, update the address in contact us, and the get in touch option. What Widgets or code do I need to get this done? Last thing how do I make GIF'S work in the site?

    Thanks for your time and patience.

    [​IMG]
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    You are talking about widget area, Go to the
    Appearance > Widgets
    Drag widgets and drop them in the primary, secondary, first, second, third and fourth widget area, It will automatically display at your footer and sidebar.


    For adding image and your content use "Text" widget, For adding images add code in text widget

    e.g.

    Code:
    <img src="Enter Your Image Address Here"/> 
    Check link for reference
    http://www.w3schools.com/html/html_images.asp



    For Get in touch option, you can use "FormGet contact form plugin". and add it at your footer widget area.
    Download it from the link given below.

    http://wordpress.org/plugins/formget-contact-form/


    and for social icons, There are multiple social plugins available in WordPress.org, search plugin from there and upload it.

    http://wordpress.org/plugins/


    For category menu background

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
     #menu li.current_homepage_item a, #menu .ddsmoothmenu li a:hover, #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li.current-cat a {
    background-color: royalblue!important;
    } 



    Thanks & Regards
    Gourav Shrivastava
     

Share This Page