Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #386886

    HI
    on this page http://andes-world-travel.flywheelsites.com/trips/explore-col-51/#tab-id-2 (and many others) I am trying to disable or make the borders on the table under “itinerary”. I changed the table properties to border “0” and border color “#ffffff” but am not seeing that take effect. I want to keep the borders on the tabs themselves, but hide the borders on those tables (though not the tables under “prices” which is why I used the table properties options).

    one more thing: is it possible to swap the position of the date/time stamp and excerpt on the latest portfolio widget? I’d actually like to hide the date/time and have the excerpt display under the title ( see sidebar on page above)

    thanks
    Nancy

    #387673

    regarding #1 above – I have used this:

    td {
    border-bottom: #ffffff!important;
    border-top: #ffffff!important;
    border-right-color: #ffffff!important;
    border-left-color: #ffffff!important;
    }

    kind of a round-about fix but it works. I can override it in Table Press options to show the borders on other tables I use – like under Pricing.

    • This reply was modified 9 years, 2 months ago by Munford.
    #387698

    Hi!

    Can you please post username and password?

    Regards,
    Yigit

    #387716
    This reply has been marked as private.
    #387839

    is it possible to swap the position of the date/time stamp and excerpt on the latest portfolio widget? I’d actually like to hide the date/time and have the excerpt display under the title ( see sidebar on page above).

    also I just updated to enfold 3.08 and now I can’t see my advanced styling is working – h4 is supposed to be blue as is bold font in body. My background color is also wrong – ?? but it’s all OK on the mobile??? This happened before after a recent update.

    Any ideas?

    • This reply was modified 9 years, 2 months ago by Munford.
    #388679

    Hey!

    Add this code to Quick CSS:

    .news-time {
        display: none;
    }

    Regarding the Advanced Styling issue try re-saving the Theme Options to force a regeneration in the dynamic stylesheet.

    Cheers!
    Josue

    #388740

    Hi Josue
    thanks for your help. I know how to hide the time/date, but wanted to know if it is possible to swap the position of the date/time stamp and excerpt on the latest portfolio widget? I’d actually like to hide the date/time and have the excerpt display under the title instead of below the thumbnail.

    regarding the theme options – not sure what you mean by resaving the theme options. I have saved them many times, and cleared the cache, btu am still not seeing them displayed on my site. not sure what is happening. they display fine on the mobile.

    thanks
    Nancy

    #390790

    Hey!

    Add this to your custom CSS.

    .news-link { overflow: visible !important; }
    .news-thumb { position: absolute !important; }
    .news-headline, .news-excerpt { padding-left: 45px !important; }
    .news-time { display: none !important; }
    

    I tried logging in to view your advanced styling settings but it’s not letting me in.

    Cheers!
    Elliott

    #390795
    This reply has been marked as private.
    #390977

    Hey!

    Please check your website, i changed the footer background color in Theme Options and it is taking effect in the front-end.

    Best regards,
    Josue

    #391177

    HI Josue
    Thanks – I saw the footer changed – I guess the problem is with the advanced styling and some other css stylings. I have the <h4> tag set to blue, fx, but it’s displaying black. Also – I have set the tag to blue, but only text with <b> tags are displaying blue. The “bold” button on the wp editor creates a tag – the <b> tags are from imported text. Can you help me understand what to do here? I really dont’ want to go change all the tags to <b>.

    thanks
    Nancy

    #392619

    Hi!

    You are using lots of plugins, can you please try to deactivate all of them to see if one is causing this issue? afterwards switch them on again one by one to find the conflicting one.

    Cheers!
    Andy

    #392716

    I tried deactivating all plugins last week with no success, and just now as well but seeing the same issue. Most of my styling changes are not showing since the last enfold update. There are no plugins activated at this point. //
    thanks
    N

    • This reply was modified 9 years, 1 month ago by Munford.
    #394092

    Hi!

    I can see the issue. I think your server is using some kind of caching. Please contact your host about it and ask for help. They should deactivate it for you.

    Regards,
    Andy

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