Changing a few things

Discussion in 'Blackriders WordPress Theme' started by ljgreen123, Jun 9, 2014.

  1. ljgreen123

    ljgreen123 New Member

    Joined:
    Jun 9, 2014
    Messages:
    5
    Likes Received:
    0
    I just purchased and installed the theme at (ncfamft.com) and downloaded and read the manual. I have a few questions:

    1. How do I remove the Blackbird logo in the header. I already added my stuff in the settings, but it's not showing up.
    2. Can I remove the click to call and the lead capture?
    3. How do I make some of the menus open to a blank page?
    4. Same question about the feature sections. Can I make those images open to a blank page?
     
  2. Nitesh

    Nitesh Support Staff

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

    1) I think your first issue is resolved. If not then please clear your browser cache.

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

    Code:
    .caption{
    display:none;
    }
    .call-us {
    display: none;
    }
    3) For this go to the Appearance > Menus and follow instructions shown in the image given below.

    menu.png

    4) For this add link in the theme option in the format given below.

    Code:
    "YOUR LINK URL/ target="_blank"" 
    Check image for reference.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. ljgreen123

    ljgreen123 New Member

    Joined:
    Jun 9, 2014
    Messages:
    5
    Likes Received:
    0
    Thank you. I have resolved most of my issues I posted in the forum. I have two issues I'm still working on:


    1. I am attempting to centered text with varying font sizes in the header to the right of the text. I've added the text but can't see how to center it.


    2. One of my menus links (workshops) displays the installed header rather than my revised header. Why is that happening?


    Site: ncfamft.com
     
  4. Nitesh

    Nitesh Support Staff

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

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

    Code:
    .header_text{
    text-align: center;
    }
    2) Please do let me know what changes you have done in the header. Which are not displaying on the site.

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page