badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

recent work text

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42086
    Cucerescu
    Participant

    Hi, and thank you for the replies to my other posts.
    Recent work widget consists of 4 columns. Can I hide text only for 3 columns, those that are with images?
    I use
    .widget_recent_work p {
    display: none;
    }

    but it hides all columns text (

    And also a question about text from image slider. I used
    .featured-slider .featured-content {
    display: none;
    }
    to hide the short description. Now I need to lower the title because it covers an important part of the image.
    Can you help me please

    #42089

    Hi Cucerescu,

    1. To hide text only for 3 columns you can remove the content of 3 columns otherwise you have to customize the code. You need to hire a developer.

    2. To lower the title of the slider go to Appearance > Cusotmize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save all changes button:

    
    .featured-text .featured-title {
        text-transform: inherit;
    }

    Thank you!

    #42103
    Cucerescu
    Participant

    Thanks for your help 😉

    #42122

    You welcome Cucerescu

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.