changes feature heading

Discussion in 'BizWay WordPress Theme' started by maes39, Nov 13, 2014.

  1. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    Is it possible to give the border around the featured images an shadow??
    Do you know the code to give the background of the feature heading area an different color??

    I've changed the sized of the picture from the social media, is the max size 16 px / 16px??
    i've tried 30px / 30 px but you see only a small size of the picture

    Can i give the borders around pictures on a picture gallery a shadow??

    My website is www.anselmoome.nl

    Thanks for your help
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    1. Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .main-content .page-item img {
    box-shadow: 0 0 11px #572600;
    }
    .main-content h1 {
    background: red;
    }
    .page-content .gallery ul.thumbnail li img {
    box-shadow: 0 0 10px #572600;
    }
    You can use other color/color code in above code.

    2. You will find answer of your second question on following thread link.
    http://www.inkthemes.com/community/threads/make-social-icons-bigger.14645/#post-55045

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    Thanks for your help, i've got one question.

    How do i change the background color of the area feature heading (see the arrow in the attached picture)
     

    Attached Files:

  4. maes39

    maes39 Member

    Joined:
    Jul 2, 2013
    Messages:
    123
    Likes Received:
    2
    I've also tried the explanation to make the sociale media icons lager with help form the tread you gave.
    But i see only a small corner of the social media logo.

    The i made was 35x35 pixels and i give it the same name as in the template.
    My website is: www.anselmoome.nl
     
  5. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .main-content-container {
    margin-top: 0;
    background: red;
    padding-top: 62px;
    }
    .tt-wrapper li a {
    width: 35px;
    height: 35px;
    }
    You can use other color/color code in above code.
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page