Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #86918
    Keaton01
    Member

    How do I change the color of the Featured Page ‘title’ color be changed from the standard white to #D5B480? Also the other white post text.

    And how do I change the ‘Home’ link in the menu bar to be all caps to match my page links?

    http://chris-keaton.com/portal/

    #86948
    Pratik
    Participant

    Hi Keaton01,

    For desired effect, you can add following CSS code in Appearance=> Customize=> Theme Options => Custom CSS box:

    
    .sidebar-header-right
    .widget_nav_menu a, 
    .mobile-menu-anchor a.genericon-menu, 
    .mobile-menu-anchor a.genericon-menu:hover, 
    .site-title a, .site-description, 
    #promotion-message h2, 
    .widget-title, 
    .entry-title, 
    .entry-title a, 
    .page-header .page-title, 
    input[type="text"]:focus, 
    input[type="email"]:focus, 
    textarea:focus, 
    th,
    body, 
    button, 
    input, 
    select, 
    textarea, 
    #nav-below .wp-pagenavi span.pages, 
    #site-generator {
        color: #d5b480;
    }
    
    .catchresponsive-nav-menu .current-menu-item > a, .catchresponsive-nav-menu .current-menu-ancestor > a, .catchresponsive-nav-menu .current_page_item > a, .catchresponsive-nav-menu .current_page_ancestor > a, .sidebar-header-right .widget_nav_menu .current-menu-item > a, .sidebar-header-right .widget_nav_menu .current-menu-ancestor > a {
        background-color: #d5b480;
        color: #e5e5e7;
        text-transform: uppercase;
    }
    

    Let me know if this works or not.

    Regards,
    Pratik

    #87003
    Keaton01
    Member

    That worked great! Thanks

    Would you happen to know how to modify those social link buttons? I want to add one to IMDB. I put my link into the ‘generic’ link, but would rather it look like an IMDB image and colors?

    http://www.imdb.com/help/show_leaf?howtolink
    http://www.imdb.com/name/nm3465060/

    #87025
    Pratik
    Participant

    Hi @Keaton01,

    It is possible to add IMDB icon, but you will need to do some customization via child theme in the free version of Catch Responsive. In Catch Responsive Pro version, you will have option to add custom icons which will be much easier.

    In free version, first, you will need to create a child theme. Its details are here. Then you need to copy the function here to the child theme’s functions.php.

    A few things to note here:
    1. You need to upload the image of IMDB logo to your media library and then change the image source to that image if you want the image to remain there. Otherwise, the image will not appear then IMDB changes the image.
    2. The image will not align properly with other images. This will require some custom CSS. Please complete above steps and then give me your site url, and i will provide you with custom CSS code to align that icon with others.
    3. The difficulty level for this is moderate. You will need some knowledge of HTML, CSS and a bit of PHP as well. It is better to upgrade to pro version or hire a customizer if this goes out of hand as improper implementation can break your site.

    Regards,
    Pratik

    #87067
    Keaton01
    Member

    Thanks for your help! I’ll make a good image and get this started. I have a lot of other stuff to get to before that though.

    #87068
    Keaton01
    Member

    I’ve noticed that the hyperlinks in my posts on the home page don’t work until I access the post separately. Is this intentional?

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Changing Featured Page Color’ is closed to new replies.