Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #87532
    adunning
    Participant

    Hi guys, I’d now like to do the following on this site: http://tinyurl.com/zolwosq

    1) Center the text under my featured content images on the home page

    2) Change the color of the “Catch Themes” text-link in the footer, including the hover color, (when I recently changed the font color to yellow it didn’t change this bit of the text), color – #f8d342

    3) Is it possible to add a customized sign-up box to the widget area in the footer? I’m assuming not on this theme but wanted to check.

    Many thanks
    Angela

    #87534
    Mahesh
    Participant

    @adunning: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:
    1. Center the text under my featured content images on the home page

    #featured-post article .entry-title {
        text-align: center;
    }

    2. Change the color of the “Catch Themes” text-link in the footer, including the hover color

    #site-generator .powered .theme-author a, 
    #site-generator .powered .theme-author a:hover {
    	color: #f8d342;
    }

    3. I don’t quite get what you mean, can you please clarify more.

    Regards,
    Mahesh

    #87536
    adunning
    Participant

    Hi Mahesh,

    Perfect thanks so much!

    Re. No 3: I have a “subscribe” button to add – which links to an external email sign-up (with “ezeezine”) – is it possible to add the code to the footer widget area or not? At the moment I have it in the main home page text but ideally would like it to sit in the footer.

    Also – one other question:

    I want to change the text color of the sub-pages on the menu, under my main parent page on the menu “Resources” to the same yellow code as above – can you give me the code to do that?

    Thank you very much!
    Angela

    #87583
    Mahesh
    Participant

    @adunning: Yes that can be done, just create a text widget in the footer widget area and copy the code for subscription into it and it will work.
    And for the color of sub-pages on the menu, add the following CSS:

    #header-menu ul.menu ul a {
        color: #f8d342;
    }
    #header-menu ul.menu li:hover a, #header-menu ul.menu ul li:hover a {
        background-color: #000000;
    }

    Regards,
    Mahesh

    #87608
    adunning
    Participant

    Hi Mahesh, ah that’s super, many thanks again, both have worked great!

    #87718
    Mahesh
    Participant

    @adunning: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

    #88528
    adunning
    Participant

    Hi Mahesh,

    I need to change the size & color of the text in the content area of the featured content on the homepage, so it’s the same as the featured content main title.

    Can you give me the code to change the size and color please?

    Thanks,
    Angela

    #88547
    Mahesh
    Participant

    @adunning: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    #featured-post .entry-content {
        font-size: 2.2rem;
        color: #75916e;
    }

    Let me know if this helps.

    Regards,
    Mahesh

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Centre Feature Content Text – Catch Everest FREE Theme’ is closed to new replies.