Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1037602
    kavithachalla
    Participant

    Hello,

    I am using Agency Demo for my website, I have portfolio posts on the home page. Everything shows up fine, expect for it displays the date along with the post. I am trying to get rid of the date, I tried this but did not work.

    .x-recent-posts-date{
    display:none;}

    Am I missing something, please help!!

    Thank you

    #1037603
    kavithachalla
    Participant
    This reply has been marked as private.
    #1037616
    kavithachalla
    Participant

    Also one other question, on the top menu bar I have Our Services and there are sub menu items. How do I change the background color and font to be the same as the menu bar for these sub menu items. Your help is greatly appreciated.

    Thank you!!

    #1037911
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    span.x-recent-posts-date {
        display: none !important;
    }
     ul.sub-menu {
        background-color: #8bdaf7 !important;
    }
    .x-navbar .desktop .sub-menu a {
        font-size: 16px;
    }
    

    Hope that helps.

    #1038211
    kavithachalla
    Participant

    Thank you so much for your quick response. That worked!!

    One other question, on the Get In Touch page, I changed the word “required” to “*”, is there a way to change the color of “*” to red, I also want to change the color of the validation message “This field is required” to red. Could you please help me with that.

    Thank you!!

    #1038325
    Thai
    Moderator

    Please add the following CSS:

    span.wpcf7-not-valid-tip, 
    span.req {
        color: #f00;
    }

    Hope it helps 🙂

    #1038441
    kavithachalla
    Participant

    Perfect. Thanks a lot!!

    #1038444
    kavithachalla
    Participant

    I think this will be my last question, hopefully. I have an issue with my case studies page, how do I add text content to this page, when I edit it and add text, the text doesn’t show up.

    Also the footer’s placement is messed up. Can you please suggest what needs to be done.

    Thank you!!

    #1038818
    kavithachalla
    Participant

    Also one other wierd issue that I am noticing with the case studies is if I am only able to navigate to “AWS Migration” and “Performance tuning” using the arrow provided on the portfolio item. It is missing the third one “Infrastructure as Code” when I navigate using the arrow. Can you please help me with this.

    Thank you!!

    #1038942
    Rue Nel
    Moderator

    Hello There,

    Regretfully, you cannot edit the Portfolio or Case studies page in Cornerstone because it is using a page template. Anything that you add on this page will be ignore. The page template takes over and will display dynamically the portfolio items.

    How you want the footer to look like? If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    And for the portfolio items, could please clear or empty your portfolio trash. It might created issues on the site. I have inspected the page and I couldn’t find anything wrong with it.

    Please let us know how it goes.

    #1039441
    kavithachalla
    Participant
    This reply has been marked as private.
    #1039574
    Christopher
    Moderator

    Hi there,

    Provided URL doesn’t work anymore, please check it.

    Thanks.

    #1040112
    kavithachalla
    Participant

    Sorry about that, it should work now.

    #1040744
    Rupok
    Member

    Hi there,

    Thanks for updating. It’s because you don’t have enough content for the page so the footer is moving up. You cna add the below CSS within page level CSS:

    footer.x-colophon.bottom {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
    }

    Hope this helps.

    Cheers!

    #1041153
    kavithachalla
    Participant

    That worked for the Case Studies page, but it messed up the other pages, if I go look at “More About Us” page the footer is the second section to show up rather than the last. Could you please help me with it.

    Thank you!!

  • <script> jQuery(function($){ $("#no-reply-1037602 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>