Need code for changes.

Discussion in 'ButterBelly WordPress Theme' started by k8luvswings, Jan 9, 2015.

  1. k8luvswings

    k8luvswings Guest

    Joined:
    Jan 9, 2015
    Messages:
    1
    Likes Received:
    0
    - How do I change the font family?
    - What fonts did you uses for the ButterBelly logo and it's subtitle?
    - How do I change the color of the send message button, along with the colored border after the message is sent?
    - Would like to be able to show only the post image from the recent blog section.
    - I would like to move the email form into the footer container, and remove the widgets, search this site, and latest posts sections.
    - How do I upload the theme directory to the editor?

    k8lynla.com
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey !

    Thank you for asking,

    Here are the solutions for your queries:

    1 - How do I change the font family?
    For your information, we used jQuery cufon text in our theme, you can disable that to use your desired font family, Kindly see the attached screen shot (cufon.png) to disable cufon text.

    2 - What fonts did you uses for the ButterBelly logo and it's subtitle?
    Again, that was the cufon text, you can upload your own logo images from Dashboard->Apperance->Theme Options->General Settings->Custom Logo

    3 - How do I change the color of the send message button, along with the colored border after the message is sent?
    You can put below custom CSS code in Custom CSS field located at Dashboard->Appearance->Theme Options->Styling Options

    Code:
    #contactForm input[type="submit"] {
    background: rgb(253, 190, 108);
    border-radius: 5px;
    }
    #contactForm input[type="submit"]:hover {
    background: rgb(255, 163, 163);
    }
    4 - Would like to be able to show only the post image from the recent blog section.
    Such feature doesn't exists in our theme. Kindly use any of the available plugins from the official site of WordPress.

    5 - I would like to move the email form into the footer container, and remove the widgets, search this site, and latest posts sections.
    In order to use contact form in widgets (footer widget), you can make use of Contact Form 7 wordpress plugin and follow below video link:

    http://screenpresso.com/=H7M1e

    Note : Please configure Contact Form 7 according to your requirement.

    6 - How do I upload the theme directory to the editor?
    This is not possible using WordPress default editor, You have to install and activate WP EDITOR plugin for this.

    Thanks
    Praveen
     

    Attached Files:

    deanmercado likes this.
  3. megtechinc

    megtechinc New Member

    Joined:
    Nov 10, 2015
    Messages:
    1
    Likes Received:
    0
    Hi, I try to remove the Latest post on my main page.
    If i change Front Page On/Off, I lost my slider, home page Feature area and etc...
    It's possible to help me?
    Thanks a lot!
     
  4. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the CSS code in Custom CSS field (Appearance=>Theme Option=>Styling Option=>Custom CSS) of your dashboard.
    Code:
    .feature_blog_content {
      display: none !important;
    }
    Hope it will resolve your issue..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page