Questions - Dear Inkthemes,

Discussion in 'BlackBird WordPress Theme' started by redman45, Jul 17, 2013.

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

    redman45 New Member

    Joined:
    Jul 11, 2013
    Messages:
    22
    Likes Received:
    0
    Dear Inkthemes,

    1)Newsletter function
    -Is it possible to remove the open inverted comma image ? or possibly replace it with another image ?
    -Where do i see the list of subscriber ? do advise .

    2)how do i replace home function with a home symbol/icon

    3)How do i remove the separator(yellow line) in home page right below my image

    4)Changing of fonts :
    -menu's bar fonts
    -footer widget font


    My site : www.dualify.com

    Do advise . thank you , have a good day :)

    Sincerely,
    redman45.
     
  2. Gourav

    Gourav Support Staff

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

    1.For your first issue

    Go to images directory present in your theme directory and replace your image with present quote image.

    The name of image is "quotes.png"

    Note:- Use same name for your edited image and remove the current image.


    Email id of user is sent to admin mail, So you can see it in your email account.
    2.For your second issue

    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
    3.For your third issue
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .slider-wrapper {
    border-bottom: none;
    }
    4.For your fourth issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    #menu li a {
    font-family: symbol;
    }
    .widget_inner h4 {
    font-family: symbol;
    }
    .textwidget {
    font-family: symbol;
    }
    Inplace of "symbol" put your font type.
     
  3. redman45

    redman45 New Member

    Joined:
    Jul 11, 2013
    Messages:
    22
    Likes Received:
    0
    Dear Gourav,

    Thanks so much for the great help and prompt response . thumbs up !
    I have one more question with regards to the newsletter , "how do i change the words shown up instead of "Your Newsletter Submitted Successfully." to something else"
    and it is possible to add validation to it ?

    Hope to see your reply soon , thanks in advance .

    Sincerely,
    redman45
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Go to the front-page.php present in your theme directory and edit the text as shown in the image given below.

    [​IMG]

    This will solve your issue.
     
    redman45 likes this.
  5. redman45

    redman45 New Member

    Joined:
    Jul 11, 2013
    Messages:
    22
    Likes Received:
    0
    Dear Piyush ,

    Thanks so much !
    I got one issue :
    1)How do i ensure the image appear fully without the need of forcefully typing words to fill up 4 column to let it appear .
    2)How do i ensure that the words are at the center instead of it being on top

    thanks in advance ! :)
     

    Attached Files:

    • s.png
      s.png
      File size:
      9.3 KB
      Views:
      2
    • s.png
      s.png
      File size:
      9.3 KB
      Views:
      2
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .signup-content .signupinfo {
    min-height: 45px;
    padding-top: 10px;
    }
    You can adjust these values as per your requirement.
    This will solve your issue.
     
    redman45 likes this.
  7. redman45

    redman45 New Member

    Joined:
    Jul 11, 2013
    Messages:
    22
    Likes Received:
    0
    Thats prompt ! thumbs up ! ;)
     
Thread Status:
Not open for further replies.

Share This Page