Need help with Several Items II

Discussion in 'BlogsTrend WordPress Theme' started by rvu28, Apr 10, 2014.

Thread Status:
Not open for further replies.
  1. rvu28

    rvu28 New Member

    Joined:
    Aug 15, 2013
    Messages:
    8
    Likes Received:
    0
    Hi Support Team.
    Thanks for the help last time. The theme is getting closer to where I needed to be.
    This Blogtrend theme is so simple and fast. Thank you.

    I need the following help if possible: (it might already be answered somewhere in the forum, but I'm not able to find it)

    1. My Home buttom (in Category) is currently in Grey color (Which is the current landing color if any category is selected)
    How can I change this background independently without changing any other background in the sub category?
    Additional Info: (Golden brown for the Parent Menu Category, Grey for the Mouseover and
    for the drop down menu), I changed the Home Button background, but it's effecting the
    categories)

    1.1 Also the Black border (on the selected category menu) need to be transparent or deleted, I've seen a couple website done it.

    2. I need to change the Category Menu Font to a larger size, bold it, and change the color.

    3. I need to change the Font,size and color for the Widget title (Independently, if possible). As well as changing the size and color of the widget description.

    4. Another issue I can't resolved is: When a category is selected (when in the category page), the hover function doesn't work, but the hover works for the unselected category. Is there a code to fix this?

    5. I need to change the size and font of all the Footer Widget independently (Both Title) and (Description).

    6. How can I change the width and hight of the Slider?

    7. How can I change the Width of the post box under the slider?

    9. I need to put "Give Your Comment" at the bottom of the post on the front page only. Tried to put this in the loop.php, but it was placed in same location as the social buttons. I need it to be directly below each article.

    Thank you again for your support guys! I know this is alot. . Thanks for you time.
     

    Attached Files:

  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Please do let me know your website link.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. rvu28

    rvu28 New Member

    Joined:
    Aug 15, 2013
    Messages:
    8
    Likes Received:
    0
    Hi Nitesh, Thank you for the reply.

    http://www.motivateindonesiatoday.com

    Btw, below addition is in reference to request#1 for the Mouseover effect.
    When in:
    Homepage: (the Mouseover effect is exactly how we want it to look like (Golden brown for the Parent Menu Category, Grey for the Mouseover and for the drop down menu), I changed the Home Button background, but it's effecting the categories)

    --- Selected Parent Category in Menu: (Mouseover is working but the dropdown background is the same as the main menu background, we want it the same color just like the "unselected categories with dropdown")

    --- Child Category Page: (Mouseover doesn't work for the other categories)

    Article Page: (This Mouseover effect is exactly like homepage and how we want it to look like)

    So it's only in the parent and child categories that the mouseover is not flowing.

    Thanks
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    1) #menu .ddsmoothmenu li a:hover, #menu li.current-menu-item a {
    background-color: #357935 !important;
    }
    1.1 #menu li.current-menu-item a, #menu li.current-menu-parent a {
    outline: 1px solid #0f0505;
    }

    2 #menu .ddsmoothmenu li a {
    color: YOUR COLOR VALUE
    font-size: YOUR FONT FAMILY
    font-weight:bold;
    }
    3 .sidebar h4{
    color: YOUR COLOR VALUE
    font-size: YOUR FONT FAMILY
    }
    .sidebar ul li a {
    color: YOUR COLOR VALUE
    font-size: YOUR FONT FAMILY
    }
    4 #menu li.current-menu-item a {
    background-color: #EBE9E5 !important;
    }
    5 .footer_wrapper .footer h4 {
    color: YOUR COLOR VALUE
    font-size: YOUR FONT FAMILY
    }
    .footer_wrapper .footer p {
    color: YOUR COLOR VALUE
    font-size: YOUR FONT FAMILY
    }

    6, 7) For this open index.php and make changes as shown in the image attached.

    grid-change.png

    8) Require lot of customization.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  5. rvu28

    rvu28 New Member

    Joined:
    Aug 15, 2013
    Messages:
    8
    Likes Received:
    0
    Hi Nitesh,
    Thank you very much for the quick response and for the support codes. We'll give it a try.

    Regards
     
Thread Status:
Not open for further replies.

Share This Page