• Resolved julieselarsen

    (@julieselarsen)


    Hi,

    How do i style the button in the search short code? I know you can write the custom css, but how do I for example make it green?

    And how do i get the button on the same line as the search box and text? So it is only one line (except on the mobile)

    Thank you 🙂

Viewing 3 replies - 16 through 18 (of 18 total)
  • Hi @julieselarsen ,

    Since the individual post pages are based off the WordPress post template, we can try putting these two styles into your theme’s custom CSS instead.

    To do this, click “Appearance” (in the left side WordPress admin menu) -> “Customize” then scroll down on the left to “Additional CSS” and put this CSS in to start:

    .ufaq h1.post-title.entry-title {
    font-size: 30px;}
    
    .type-ufaq.ufaq p.post-meta.entry-meta {
    display:none;}

    (After clearing your cache, let us know if anything changes on https://www.hemonto.com/finansordbog/hedgefonde/)

    Thread Starter julieselarsen

    (@julieselarsen)

    Hi,

    Thank you, that works so well 🙂

    Can I also change the font color for the text (p) of all the faqs to #0b3048?

    Hi Julie,

    Can you try adding this code:

    .type-ufaq .entry-content p {
    color:#0b3048;}

    To ‘Appearance’->’Customize’->’Additional CSS’?

Viewing 3 replies - 16 through 18 (of 18 total)

The topic ‘Styling search shortcode’ is closed to new replies.