• Hi,

    I am new to WordPress and at the moment I am trying to customize the layout of the theme. I have several questions, which I was not able to finde a solution for, so maybe you can help.

    1. Change colour of Sidebar text
    I am searching for the right CSS Code to change the colour of my sidebar text. At the moment the colour changes from dark grey to really light grey, thus is really hard to see. I would like the colour to change from dark grey to the blue I have already added to my heading. Could you please explain, if the change has to be made only in ‘style.css’ and if so which part of the data has to be changed and how?

    2. Change Slider Format
    Same problem here. I was not able to find the right part of ‘style.css’ to make the slider look smaller. Any help would be appreciated.

    3. Header of content
    How would I be able to use a specific picture for each of my subcontent. E.g. if you go to ‘Reisel?nder’ and then ‘Nepal’ I would like to use a specific picture only for that article in the header.

    4. Delete Editor
    The articles are all displayed with ‘date’ and ‘editor name’. Since I am the only person who is going to write any content, I would like to get rid of the name. I would rather like to have a description to which site this content belongs to, so for Nepal it should look like ‘Reisel?nder > Nepal Date’

    Sorry for any inconvenience caused, I am just starting to learn how the CSS code functions and I wans’t able to find the relevant information online.

    Any help would be appreciated, cheers!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themeinwp

    (@themeinwp)

    Hi @pliskin,

    Thank you for your interest in using “Blog Expert”

    Based on the queries above we’d like to suggest:

    1. Change colour of Sidebar text:

    body .widget:not(.blog_expert_social_widget):not(.blog_expert_popular_post_widget) ul li a:hover {
    color: #2196F3;
    }

    2. Change Slider Format:
    Could you please explain the requirements in detail. By saying the slider look smaller are you referring to reduce the height of the images or overall slider image width.

    whichever the case we’d like to recommend you to create child theme and edit Javascript defining slider width there.

    FYI: we’re using owl-carousel

    3. Header of content

    Plese refer to screenshot image: https://prnt.sc/gg3m4g

    4. Delete Editor
    You can hide author name by using this CSS.
    body .byline.meta-info {
    display: none;
    }

    However if you want to display what we think is categories, you need to do some theme customization.

    FYI: we already have a red ribbon displaying categories.

    Please Goto Appearance >> customize >> Additional CSS and add all of the above CSS.

    Hope this helps. Please do let us know if any further queries/concerns.

    Best Regards,

    Thread Starter zhenja87

    (@zhenja87)

    Hi,

    thx a lot for your reply.

    1. Change colour of Sidebar text -> worked out well
    2. Change Slider Format -> yes, I was thinking about reducing the hight and width of the pictures. I have created a child theme but am not sure about the actual changes to make (I have used Child Theme Configurator)
    3. Header of content -> I am actually searching for a possibility to change the header above the post, so the header where the name of the post (Apperances -> Customize -> Header ; for my site that is Nepal + Date + Homebutton) is located. If I use the settings in your image, I add a picture to my post above my text. Maybe I am doing something wrong.
    4. Delete Editor -> worked out, thx

    Thank you again for your support and help and sorry for not replying earlier.:)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS changes needed’ is closed to new replies.