Few questions

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #537
    john.wilganowski
    Participant

    How do we change the font color of the Font Page (on the preview where is says WELCOME TO BIZLIGHT PRO, Unlike other companies, we do not charge hundreds of dollars per theme)

    Also, is there a way to remove the ‘menu’ or navigation in the top right corner of the page?

    #540
    eVision Themes
    Keymaster

    Hello John,

    Thank you for using our theme.
    In the Bizlight Pro version,

    1. From “Customize” section, go to Colors.
    2. From Colors, go to Basic Color Options and you will be able to change basic colors.
    3. In the Basic Color you will see Banner Title Color, it will change the main title color.

    For changing the text color to please
    1. From “Customize” section, go to Theme Options and inside it there is Custom CSS.
    2. Now, here you can add Custom CSS.

    .evision-slider-caption p {
      color: #25BABA;
    }

    Here is our full documentation http://themepalace.com/theme-instructions/bizlight-pro/.

    We hope it will solve your problems. If you have any further queries, please feel free to post.

    Thanks!
    eVisionThemes Team

    #541
    john.wilganowski
    Participant

    Great! All of this helped, however one last question! Can I remove the banner at the top of the page?

    #544
    eVision Themes
    Keymaster

    By default you can change the banner image,if you remove the banner image, default banner image will appear.
    To change banner image:
    1. From “Customize” section, go to Theme Options.
    2. From Theme Options, go to Layout Options.
    3. You can change Default Banner Image.

    Here is another way to remove banner image from Custom CSS.

    .page-inner-title {
        background-image: none;
        background-color: #028484;
    }

    It will solve your problems. If you have any further problems, please let us know.

    Thanks!
    eVisionThemes Team

    #547
    john.wilganowski
    Participant

    I am sorry, I was not thinking straight. I would like to remove the navigation menu that is in the top right corner of the site.

    #548
    eVision Themes
    Keymaster
    • Please go to appearance menu,
    • Create a new menu
    • Lets name it Empty Menu and please don’t add any menu item under it
    • And in Menu Settings check on Primary Menu
    • And finally Save Menu

    We hope it will help you. If you have any further queries, please let us know.

    Thanks!
    eVisionThemes Team

    #687
    xpmatshikiza
    Participant

    Hi It looks like its not possible for the free bizlight theme to change the banner? or is it just me who cant find it? please could anyone assist me on this.
    i would like to change the banner, the theme is free vision Bizlight.

    thank you in advance

    #688
    eVision Themes
    Keymaster

    First of all, thanks for using Bizlight theme.. Regarding the banner image changes, there is no option available in free version. Alternately,
    Note: Child theme is recommended for banner customization.
    https://codex.wordpress.org/Child_Themes#How_to_Create_a_Child_Theme
    or purchase Pro version to get this features.

    Hope this would help your queries.

    Best Regards,

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.