• Resolved crod

    (@crod)


    Hello,
    I asked this is another thread but started a new one in order to get a quick response.
    Hi again,
    thanks for your answers. I have a few more questions and hopefully that is it:

    how can I change the colour of the “continue reading?”
    also change the color of “no comments?”
    how can i change the font type and color for widgets, such as “recent posts?”
    can i change the font type of the main menu as well?
    and how do i delete the footer menu? I only want it on the top of website.

    My blog is https://www.chenae.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • Fotis

    (@markwaregr)

    You will need to add some custom CSS to achieve this.
    Paste this

    
    /* Continue reading */
    .read-more{
      color:red;
      border-color:red;
    }
    /* no comments */
    .entry-meta a{
      color:green;
    }
    /* Widget color */
    .widget-title{
      color:red;
      background:yellow;
    }
    /* Hide the Footer */
    #footer{
      display:none;
    }
    

    in the box.
    Now if you want to change the fonts I suggest to have a look this Guide here https://www.cssigniter.com/docs/article/using-google-fonts/
    Now this plugin will allow you to add selectors in order to change the font in certain elements.
    The selector for the main menu items is
    .navigation > li > a

    and
    .widget-title

    for the Widget Titles.
    Let me know if this helps

    Thread Starter crod

    (@crod)

    Thank you for this. All the about custom css works, but once I pick a font type for the menu and widget title, what is that exact custom css? can you tell me with an example font type?

    Thread Starter crod

    (@crod)

    i figured it out!

    Fotis

    (@markwaregr)

    Glad you worked this out!

    I’d like to ask you, if you like the theme and could take a minute to review it here it would help us a lot!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘A Few questions’ is closed to new replies.