Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #720259

    Hi,

    When a Contact Form message is sent, the font in the message box “This message has been sent” is black and I want it to be white without changing the colors via the theme settings as that will change things I don’t want changed. I am looking for Quick CSS code.

    Currently when using the “Blog Posts” content element, on my “Home” page under the post title is a line, then the “Read More” button link, I do not have excerpts set to display, but I would like that line removed or not to show. Also, the author of the posts does not show on Home page, but is showing on the Blog page, blog page is not using “Blog Posts” content element. It’s set in theme settings.

    Currently categories are all capitalized and I would like them to be case sensitive. Basically see what I type for them.

    Also I italicize my post titles by using in the post title but was wondering if there is quick CSS to change them all to italic without me having to add manually to each post.

    Thanks,

    #720354

    Hey D1992_WP,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #720858

    Sure thing, I have disabled Maintenance Mode for now.

    I also forgot to mention that on Mobile Phones, everything looks great, but I notice on the “Blog” page when on mobile. The post featured image does not display and the post titles seems to be very large and formatting slightly off on the breadcrumbs. Is there any way to make the posts show like they do on the Home page on mobile? Sorry for the extra question.

    Thanks!

    #721327

    Hi,

    I couldn’t find a contact form, on what page are you using it?

    Try this in Quick CSS for your categories:

    .html_elegant-blog #top .post-entry .minor-meta {
        text-transform: none !important;
    }

    …and this to remove the line from the blog posts:

    .home .avia-content-slider-inner .av-vertical-delimiter {
        display:none !important;
    }

    …and this for your titles:

    .entry-title a {
        font-style: italic;
    }

    Best regards,
    Rikard

    #721763

    Thanks Rikard!

    The 1st fix worked, and so did the third fix. The second fix worked for the home page only and not for the Blog page or Category pages. You can disregard the other issues I talked about, like the breadcrumbs and featured images not showing on mobile. I had quick CSS code modifying the size of the breadcrumbs and so when I removed that, formatting was proper on mobile, so not going to mess with that. So here are the last things I am needing help with.

    1 – Removing the grey line under post title on Blog and Category pages if possible as well as the featured image corner markers that are visible.

    2 – Contact page, turn “This message has been sent” text to white instead of black. I have linked to my contact page in the Private Content.

    3 – In order to get my Icon Boxes to be the blue color I had to change the Main Content – Alternate Background Color to it under General Styling as that was the only way I could think to do it. However because of this, the background color of the featured images on the sidebar when using the “Enfold Combo Widget” is that blue color. If I can get that to white that would be perfect.

    Thanks!

    #722656

    Hi Rikard,

    I have fixed #1 and reduced the padding with the following code:

    span.av-vertical-delimiter {
        display: none!important;
    }
    h2.post-title.entry-title {
        padding-bottom: 0!important;
    }

    2 and 3 still remain. But when I have time I may try and find a solution. 2 & 3 are just small things, but once those are done, I won’t see anything that bothers me anymore :)

    #722932

    Hi,

    I have solved issue #3 by using the custom CSS class feature. I wish I would have known about that a long time ago, would have made things so much easier. This allowed me to change alternate colors back to white and thus issue #2 with the contact form is no longer an issue as I removed the blue icon box from that page..

    All is good now.

    Thanks for your help.

    #723219

    Hi,

    glad you could figure things out! Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Best regards,
    Andy

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Contact Form Success Message Font Color, Removing Line Under Post Title, More’ is closed to new replies.