Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #89125
    dev.kasam
    Participant

    Hi,
    I have these following queries:
    1. I want to place a Logo & image in the header, also need to put an address on the header right side.
    2. Menu strip Primary and secondary menu button text’s are not in the same position when scroll up, have a look at the website.
    4. Menu strip text’s i need in bold.
    3. I need content colors different from other pages, but now they are dependant, if I change color, it applied to all pages.
    4. Logo text color depending on heading text color, I need individually.

    Thank you, Please don’t suggest me to make changes in CSS file, I tried when I’m trying to open CSS file, Immidiatley browser got stuck.

    Here is my website URL:
    http://www.olivierbonnin-creation.com/

    #89143
    Mahesh
    Participant

    @dev-kasam: Thank you for using Clean Box Pro. Please use appropriate theme thread when posting a support. You are using using Clean Box Pro and the thread is in Catch Box Pro.
    Please follow along steps:
    1. Place a Logo & image in the header, also need to put an address on the header right side
    I assume you’ve accomplished this.

    2. Menu strip Primary and secondary menu button text’s are not in the same position when scroll up, have a look at the website.
    3. Menu strip text’s i need in bold.
    Covers 2 and 3
    Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    @media screen and (min-width: 991px) {
        .nav-secondary ul.clean-box-nav-menu {
            margin-left: 120px;
        }
    
        .nav-secondary {
            background-color: #c00000;
        }
    
        .nav-primary, .nav-secondary {
            font-weight: bold;
        }
    }

    4. Need content colors different from other pages
    Please mention the pages and relative colors and I’ll provide you with the Custom CSS codes.

    5. Logo text color depending on heading text color, I need individually.
    I don’t quite get this, can you please clarify further.

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Theme options’ is closed to new replies.